killtask just supports 1 parameter

This commit is contained in:
Mario Fetka 2013-03-20 07:17:18 +01:00
parent 15cd9e4cc6
commit c21aca7ff3
2 changed files with 10 additions and 2 deletions

View File

@ -30,7 +30,11 @@ if FileExists($UninstallProgram$)
endif endif
comment "Close the Uninstall browser window" 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 "Delete files" comment "Delete files"
Files_uninstall /32Bit Files_uninstall /32Bit

View File

@ -64,7 +64,11 @@ else
Winbatch_install Winbatch_install
Sub_check_exitcode Sub_check_exitcode
comment "Close the Install Browser Window" comment "Close the Install 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 "Copy files" comment "Copy files"
Files_install /32Bit Files_install /32Bit