wait 3 seconds before the browser is started and can be killed
This commit is contained in:
parent
0063cc8844
commit
5e2f191970
@ -30,6 +30,7 @@ if FileExists($UninstallProgram$)
|
||||
endif
|
||||
|
||||
comment "Close the Uninstall browser window"
|
||||
sleepSeconds 3
|
||||
killtask "iexplore.exe"
|
||||
killtask "iron.exe"
|
||||
killtask "firefox.exe"
|
||||
|
@ -64,6 +64,7 @@ else
|
||||
Winbatch_install
|
||||
Sub_check_exitcode
|
||||
comment "Close the Install Browser Window"
|
||||
sleepSeconds 3
|
||||
killtask "iexplore.exe"
|
||||
killtask "iron.exe"
|
||||
killtask "firefox.exe"
|
||||
|
Loading…
Reference in New Issue
Block a user