From: <jgr...@us...> - 2003-02-27 00:20:15
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1:/tmp/cvs-serv18469 Modified Files: installer.nsi Log Message: Make the uninstaller ask you to confirm that you want to uninstall before starting; include the change notes in the installer Index: installer.nsi =================================================================== RCS file: /cvsroot/popfile/windows/installer.nsi,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** installer.nsi 27 Feb 2003 00:05:17 -0000 1.31 --- installer.nsi 27 Feb 2003 00:20:05 -0000 1.32 *************** *** 16,19 **** --- 16,20 ---- !define MUI_UNINSTALLER + !define MUI_UNCONFIRMPAGE !define MUI_CUSTOMPAGECOMMANDS *************** *** 140,143 **** --- 141,145 ---- SetOutPath $INSTDIR + File "..\engine\v0.18.1.change" File "..\engine\*.pl" File "..\engine\pix.gif" *************** *** 509,512 **** --- 511,515 ---- Delete $INSTDIR\*.exe Delete $INSTDIR\*.dll + Delete $INSTDIR\*.change Delete $INSTDIR\popfile.cfg |