[Com0com-cvs] com0com/NSIS install.nsi,1.7,1.8
The virtual serial port driver for Windows.
Brought to you by:
vfrolov
From: Vyacheslav F. <vf...@us...> - 2007-10-30 15:06:18
|
Update of /cvsroot/com0com/com0com/NSIS In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv28704 Modified Files: install.nsi Log Message: Added changing working directory before removing $INSTDIR Index: install.nsi =================================================================== RCS file: /cvsroot/com0com/com0com/NSIS/install.nsi,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** install.nsi 25 Oct 2007 14:30:27 -0000 1.7 --- install.nsi 30 Oct 2007 15:06:14 -0000 1.8 *************** *** 20,23 **** --- 20,26 ---- * * $Log$ + * Revision 1.8 2007/10/30 15:06:14 vfrolov + * Added changing working directory before removing $INSTDIR + * * Revision 1.7 2007/10/25 14:30:27 vfrolov * Replaced setup.bat by setupc.exe *************** *** 239,242 **** --- 242,246 ---- ; Remove directories used RMDir "$SMPROGRAMS\com0com" + SetOutPath $TEMP RMDir "$INSTDIR" |