|
From: <xue...@us...> - 2003-07-31 10:58:35
|
Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv20789
Modified Files:
installer.nsi
Log Message:
Disable two debug aids (install log and visible 'upgrade uninstall').
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.94
retrieving revision 1.95
diff -C2 -d -r1.94 -r1.95
*** installer.nsi 27 Jul 2003 00:19:04 -0000 1.94
--- installer.nsi 31 Jul 2003 10:58:31 -0000 1.95
***************
*** 231,235 ****
; Debug aid: Allow log file checking (by clicking "Show Details" button on the "Install" page)
! !define MUI_FINISHPAGE_NOAUTOCLOSE
;-----------------------------------------
--- 231,235 ----
; Debug aid: Allow log file checking (by clicking "Show Details" button on the "Install" page)
! # !define MUI_FINISHPAGE_NOAUTOCLOSE
;-----------------------------------------
***************
*** 1175,1179 ****
Banner::show /NOUNLOAD /set 76 "$(PFI_LANG_OPTIONS_BANNER_1)" "$(PFI_LANG_OPTIONS_BANNER_2)"
WriteUninstaller $INSTDIR\uninstall.exe
! ExecWait '"$INSTDIR\uninstall.exe" _?=$INSTDIR'
IfFileExists "$INSTDIR\popfile.pl" skip_msg_delete
--- 1175,1179 ----
Banner::show /NOUNLOAD /set 76 "$(PFI_LANG_OPTIONS_BANNER_1)" "$(PFI_LANG_OPTIONS_BANNER_2)"
WriteUninstaller $INSTDIR\uninstall.exe
! ExecWait '"$INSTDIR\uninstall.exe" /S _?=$INSTDIR'
IfFileExists "$INSTDIR\popfile.pl" skip_msg_delete
|