From 6a9120b0d0e1a8e72df50b7e5ac795bad62aeb92 Mon Sep 17 00:00:00 2001 From: Peter Singer Date: Sun, 5 May 2013 11:53:39 +0200 Subject: [PATCH] Update uninstall task --- CLIENT_DATA/delsub3264.ins | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/CLIENT_DATA/delsub3264.ins b/CLIENT_DATA/delsub3264.ins index fbc304e..c1a9484 100644 --- a/CLIENT_DATA/delsub3264.ins +++ b/CLIENT_DATA/delsub3264.ins @@ -32,14 +32,7 @@ if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specif comment "Delete files" Files_uninstall_32 /32Bit - - comment "Close the UnInstall Browser Window" - killtask "iexplore.exe" - killtask "iron.exe" - killtask "firefox.exe" - killtask "chrome.exe" - killtask "opera.exe" - + comment "Cleanup registry" Registry_uninstall /32Bit endif @@ -69,7 +62,11 @@ if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system spe comment "Delete files" Files_uninstall_64 /64Bit - comment "Close the UnInstall Browser Window" + comment "Cleanup registry" + Registry_uninstall /64Bit +endif + +comment "Close the UnInstall Browser Window" sleepSeconds 3 killtask "iexplore.exe" killtask "iron.exe" @@ -77,11 +74,7 @@ if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system spe killtask "chrome.exe" killtask "opera.exe" killtask "OpenWIth.exe" - - comment "Cleanup registry" - Registry_uninstall /64Bit -endif - + comment "Delete program shortcuts" LinkFolder_uninstall