killtask just supports 1 parameter

This commit is contained in:
Mario Fetka 2013-03-20 07:16:05 +01:00
parent 68edee7dd9
commit a9b6011a0c
1 changed files with 10 additions and 2 deletions

View File

@ -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