[tuxdroid-svn] r4708 - software_suite_v3/smart-core/smart-server/trunk
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-05-29 12:43:00
|
Author: remi
Date: 2009-05-29 14:42:42 +0200 (Fri, 29 May 2009)
New Revision: 4708
Modified:
software_suite_v3/smart-core/smart-server/trunk/installer.nsi
Log:
* updated installer nsi script
Modified: software_suite_v3/smart-core/smart-server/trunk/installer.nsi
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/installer.nsi 2009-05-29 12:42:02 UTC (rev 4707)
+++ software_suite_v3/smart-core/smart-server/trunk/installer.nsi 2009-05-29 12:42:42 UTC (rev 4708)
@@ -107,6 +107,14 @@
; Section "Uninstall"
; -----------------------------------------------------------------------------
Section "Uninstall"
+ ; Kill troublesome tasks
+ Processes::KillProcess "pythonForTuxdroid"
+ Processes::KillProcess "pythonForTuxdroidA"
+ Processes::KillProcess "python"
+ Processes::KillProcess "java"
+ Processes::KillProcess "javaw"
+ Processes::KillProcess "tux_wifi_channel"
+
; Get the Tuxdroid installation paths
ReadRegStr $TUXDROID_PATH HKLM "SOFTWARE\Tux Droid\Installation" "Install_Dir"
StrCpy $UNINSTALLERS_SUB_PATH "$TUXDROID_PATH\uninstallers\sub"
|