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"


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to