|
From: <xue...@us...> - 2003-10-22 14:55:55
|
Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv18649
Modified Files:
installer.nsi
Log Message:
Hide the debug log but make it easy to display it if necessary (this adds an extra 'Next' click)
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.140
retrieving revision 1.141
diff -C2 -d -r1.140 -r1.141
*** installer.nsi 16 Oct 2003 13:41:09 -0000 1.140
--- installer.nsi 22 Oct 2003 14:18:21 -0000 1.141
***************
*** 286,292 ****
!define MUI_FINISHPAGE_SHOWREADME_FUNCTION "ShowReadMe"
! ; Debug aid: Display the log during the installation and wait for user to click 'Next' at end
- ShowInstDetails show
!define MUI_FINISHPAGE_NOAUTOCLOSE
--- 286,291 ----
!define MUI_FINISHPAGE_SHOWREADME_FUNCTION "ShowReadMe"
! ; Debug aid: Hide the installation log but let user display it (using "Show details" button)
!define MUI_FINISHPAGE_NOAUTOCLOSE
|