Author: remi
Date: 2008-08-03 16:25:41 +0200 (Sun, 03 Aug 2008)
New Revision: 1447

Modified:
   software_suite_v2/tuxware/tuxhttpserver/trunk/src/installer.nsi
Log:
* updated the installer

Modified: software_suite_v2/tuxware/tuxhttpserver/trunk/src/installer.nsi
===================================================================
--- software_suite_v2/tuxware/tuxhttpserver/trunk/src/installer.nsi     
2008-08-02 11:15:31 UTC (rev 1446)
+++ software_suite_v2/tuxware/tuxhttpserver/trunk/src/installer.nsi     
2008-08-03 14:25:41 UTC (rev 1447)
@@ -34,7 +34,9 @@
     SectionIn RO
     
     ; Stop tuxhttpserver 
-    ExecDos::exec "c:\tuxdroid\bin\tuxhttpservice_uninstall.bat"
+    ExecDos::exec /NOUNLOAD /ASYNC /TIMEOUT=5000 
"c:\tuxdroid\bin\tuxhttpservice_uninstall.bat"
+    Pop $0
+    ExecDos::wait $0
 SectionEnd
 
 ; -----------------------------------------------------------------------------
@@ -103,7 +105,9 @@
 ; -----------------------------------------------------------------------------
 Section -Post
     ; Install the server as service
-    ExecDos::exec "c:\tuxdroid\bin\tuxhttpservice_install.bat"
+    ExecDos::exec /NOUNLOAD /ASYNC /TIMEOUT=5000 
"c:\tuxdroid\bin\tuxhttpservice_install.bat"
+    Pop $0
+    ExecDos::wait $0
     
     ; Quit the installer
     Quit
@@ -114,7 +118,9 @@
 ; -----------------------------------------------------------------------------
 Section "Uninstall"
     ; Uninstall the server as service
-    ExecDos::exec "c:\tuxdroid\bin\tuxhttpservice_uninstall.bat"
+    ExecDos::exec /NOUNLOAD /ASYNC /TIMEOUT=5000 
"c:\tuxdroid\bin\tuxhttpservice_uninstall.bat"
+    Pop $0
+    ExecDos::wait $0
     
     ; Remove registry keys
     DeleteRegKey HKLM 
"Software\Microsoft\Windows\CurrentVersion\Uninstall\TuxHTTPServer"


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to