wait 3 seconds before the browser is started and can be killed

This commit is contained in:
Mario Fetka 2013-03-20 08:02:24 +01:00
parent 0063cc8844
commit 5e2f191970
2 changed files with 2 additions and 0 deletions

View File

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

View File

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