From a9b6011a0cd15be6fe1b0514faf4a6de9a39af4d Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Wed, 20 Mar 2013 07:16:05 +0100 Subject: [PATCH] killtask just supports 1 parameter --- CLIENT_DATA/delsub3264.ins | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CLIENT_DATA/delsub3264.ins b/CLIENT_DATA/delsub3264.ins index 0bc67f3..17a357c 100644 --- a/CLIENT_DATA/delsub3264.ins +++ b/CLIENT_DATA/delsub3264.ins @@ -34,7 +34,11 @@ if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specif Files_uninstall_32 /32Bit comment "Close the UnInstall Browser Window" - killtask "iexplore.exe" "iron.exe" "firefox.exe" "chrome.exe" "opera.exe" + killtask "iexplore.exe" + killtask "iron.exe" + killtask "firefox.exe" + killtask "chrome.exe" + killtask "opera.exe" comment "Cleanup registry" Registry_uninstall /32Bit @@ -66,7 +70,11 @@ if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system spe Files_uninstall_64 /64Bit comment "Close the UnInstall Browser Window" - killtask "iexplore.exe" "iron.exe" "firefox.exe" "chrome.exe" "opera.exe" + killtask "iexplore.exe" + killtask "iron.exe" + killtask "firefox.exe" + killtask "chrome.exe" + killtask "opera.exe" comment "Cleanup registry" Registry_uninstall /64Bit