killtask just supports 1 parameter
This commit is contained in:
parent
15cd9e4cc6
commit
c21aca7ff3
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user