[tuxdroid-svn] r5242 - software_suite_v3/smart-core/smart-server/trunk
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-07-30 14:29:22
|
Author: remi
Date: 2009-07-30 16:29:11 +0200 (Thu, 30 Jul 2009)
New Revision: 5242
Modified:
software_suite_v3/smart-core/smart-server/trunk/installer.nsi
Log:
* Kill TuxBox before installation/uninstallation of the server.
Modified: software_suite_v3/smart-core/smart-server/trunk/installer.nsi
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/installer.nsi 2009-07-30 14:28:11 UTC (rev 5241)
+++ software_suite_v3/smart-core/smart-server/trunk/installer.nsi 2009-07-30 14:29:11 UTC (rev 5242)
@@ -48,6 +48,8 @@
; Section ""
; -----------------------------------------------------------------------------
Section ""
+ Processes::KillProcess "TuxBox.exe"
+
; Get the Tuxdroid installation paths
ReadRegStr $TUXDROID_PATH HKLM "SOFTWARE\Tux Droid\Installation" "Install_Dir"
StrCpy $UNINSTALLERS_SUB_PATH "$TUXDROID_PATH\uninstallers\sub"
@@ -125,6 +127,8 @@
Sleep 100
Processes::KillProcess "javaw"
Sleep 100
+ Processes::KillProcess "TuxBox.exe"
+ Sleep 100
Processes::KillProcess "pythonForTuxdroid"
Sleep 100
Processes::KillProcess "pythonForTuxdroidA"
|