Author: remi
Date: 2009-01-21 16:56:35 +0100 (Wed, 21 Jan 2009)
New Revision: 3517

Modified:
   
software_suite_v2/software/http_server_resources/chatter_tux/trunk/installer.nsi
Log:
* incremented some timeout values

Modified: 
software_suite_v2/software/http_server_resources/chatter_tux/trunk/installer.nsi
===================================================================
--- 
software_suite_v2/software/http_server_resources/chatter_tux/trunk/installer.nsi
    2009-01-21 12:29:00 UTC (rev 3516)
+++ 
software_suite_v2/software/http_server_resources/chatter_tux/trunk/installer.nsi
    2009-01-21 15:56:35 UTC (rev 3517)
@@ -4,7 +4,7 @@
 
 ; HM NIS Edit Wizard helper defines
 !define PRODUCT_NAME "ChatterTux"
-!define PRODUCT_VERSION "0.2.1"
+!define PRODUCT_VERSION "0.2.2"
 
 ; The files to write
 !define FINAL_INSTALLER_EXE "ChatterTuxInstaller_${PRODUCT_VERSION}.exe"
@@ -71,12 +71,12 @@
     Call WriteToFile
     
     ; Install the service
-    ExecDos::exec /NOUNLOAD /ASYNC /TIMEOUT=5000 
"$TUXDROID_PATH\resources\tuxhttpserver\chatterTux\install_service.bat"
+    ExecDos::exec /NOUNLOAD /ASYNC /TIMEOUT=30000 
"$TUXDROID_PATH\resources\tuxhttpserver\chatterTux\install_service.bat"
     Pop $0
     ExecDos::wait $0
     
     ; Load the service
-    ExecDos::exec /NOUNLOAD /ASYNC /TIMEOUT=5000 
"$TUXDROID_PATH\resources\tuxhttpserver\chatterTux\start_service.bat"
+    ExecDos::exec /NOUNLOAD /ASYNC /TIMEOUT=30000 
"$TUXDROID_PATH\resources\tuxhttpserver\chatterTux\start_service.bat"
     Pop $0
     ExecDos::wait $0
     
@@ -93,12 +93,12 @@
     StrCpy $UNINSTALLERS_SUB_PATH "$TUXDROID_PATH\uninstallers\sub"
     
     ; Stop the service
-    ExecDos::exec /NOUNLOAD /ASYNC /TIMEOUT=5000 
"$TUXDROID_PATH\resources\tuxhttpserver\chatterTux\stop_service.bat"
+    ExecDos::exec /NOUNLOAD /ASYNC /TIMEOUT=30000 
"$TUXDROID_PATH\resources\tuxhttpserver\chatterTux\stop_service.bat"
     Pop $0
     ExecDos::wait $0
     
     ; Uninstall the service
-    ExecDos::exec /NOUNLOAD /ASYNC /TIMEOUT=5000 
"$TUXDROID_PATH\resources\tuxhttpserver\chatterTux\uninstall_service.bat"
+    ExecDos::exec /NOUNLOAD /ASYNC /TIMEOUT=30000 
"$TUXDROID_PATH\resources\tuxhttpserver\chatterTux\uninstall_service.bat"
     Pop $0
     ExecDos::wait $0
 


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to