From: Rolf K. <lab...@us...> - 2008-11-15 21:53:22
|
Update of /cvsroot/opengtoolkit/portIO/source In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv918/source Modified Files: ogportio.dll readme.txt Log Message: Remove the kernel driver from the system directory on uninstallation. Index: ogportio.dll =================================================================== RCS file: /cvsroot/opengtoolkit/portIO/source/ogportio.dll,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvsndwyK6 and /tmp/cvs1C8NIN differ Index: readme.txt =================================================================== RCS file: /cvsroot/opengtoolkit/portIO/source/readme.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** readme.txt 15 Nov 2007 09:35:39 -0000 1.3 --- readme.txt 15 Nov 2008 21:53:13 -0000 1.4 *************** *** 65,69 **** function will remove the port IO driver from the service database of your Windows NT based system. The driver will then be unavailable ! but not be removed from the %WINNT%\system32\drivers directory. --- 65,69 ---- function will remove the port IO driver from the service database of your Windows NT based system. The driver will then be unavailable ! and also removed from the %WINNT%\system32\drivers directory. |