|
From: <xue...@us...> - 2003-10-15 09:13:07
|
Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv15719
Modified Files:
installer.nsi
Log Message:
Increase the delay between shutdown/startup checks. Try a different UI launch command (better on XP?)
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.137
retrieving revision 1.138
diff -C2 -d -r1.137 -r1.138
*** installer.nsi 11 Oct 2003 19:27:22 -0000 1.137
--- installer.nsi 15 Oct 2003 09:12:28 -0000 1.138
***************
*** 150,154 ****
; Delay (in milliseconds) used inside the timeout loop
! !define C_SHUTDOWN_DELAY 500
;-------------------------------------------------------------------------------
--- 150,154 ----
; Delay (in milliseconds) used inside the timeout loop
! !define C_SHUTDOWN_DELAY 1000
;-------------------------------------------------------------------------------
***************
*** 162,166 ****
; Delay (in milliseconds) used inside the timeout loop
! !define C_STARTUP_DELAY 500
;------------------------------------------------
--- 162,166 ----
; Delay (in milliseconds) used inside the timeout loop
! !define C_STARTUP_DELAY 1000
;------------------------------------------------
***************
*** 2370,2374 ****
Function RunUI
! ExecShell "open" "http://127.0.0.1:$G_GUI"
FunctionEnd
--- 2370,2374 ----
Function RunUI
! ExecShell "open" "$SMPROGRAMS\${MUI_PRODUCT}\POPFile User Interface.url"
FunctionEnd
|