|
From: <xue...@us...> - 2003-06-12 20:48:57
|
Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv3809
Modified Files:
installer.nsi
Log Message:
Display a banner while waiting for POPFile to start.
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -d -r1.60 -r1.61
*** installer.nsi 12 Jun 2003 17:12:13 -0000 1.60
--- installer.nsi 12 Jun 2003 20:48:51 -0000 1.61
***************
*** 1133,1137 ****
; If user does not want to start POPFIle now, there is nothing left to do here
! StrCmp ${L_TEMP} "1" exit_now
; Before starting the newly installed POPFile, ensure that no other version of POPFile
--- 1133,1139 ----
; If user does not want to start POPFIle now, there is nothing left to do here
! StrCmp ${L_TEMP} "1" exit_without_banner
!
! Banner::show /NOUNLOAD /set 76 "Preparing to start POPFile now." "Please be patient..."
; Before starting the newly installed POPFile, ensure that no other version of POPFile
***************
*** 1176,1179 ****
--- 1178,1184 ----
exit_now:
+ Banner::destroy
+
+ exit_without_banner:
; Allow next page in the installation sequence to be shown
|