close brwoser windows
This commit is contained in:
parent
5199bf6829
commit
1c64bb9de2
@ -30,12 +30,7 @@ if FileExists($UninstallProgram$)
|
||||
endif
|
||||
|
||||
comment "Close the Uninstall browser window"
|
||||
sleepSeconds 3
|
||||
killtask "iexplore.exe"
|
||||
killtask "iron.exe"
|
||||
killtask "firefox.exe"
|
||||
killtask "chrome.exe"
|
||||
killtask "opera.exe"
|
||||
Winbatch_taskkill
|
||||
|
||||
comment "Delete files"
|
||||
Files_uninstall /32Bit
|
||||
@ -49,10 +44,11 @@ LinkFolder_uninstall
|
||||
[Winbatch_uninstall_old]
|
||||
"$UninstallProgramOld$" /silent /norestart /SUPPRESSMSGBOXES /nocancel
|
||||
|
||||
|
||||
[Winbatch_uninstall]
|
||||
"$UninstallProgram$" /silent /norestart /SUPPRESSMSGBOXES /nocancel
|
||||
|
||||
[Winbatch_taskkill]
|
||||
cscript //b //nologo %ScriptPath%\browserkill.vbs
|
||||
|
||||
[Files_uninstall]
|
||||
; Example for recursively deleting the installation directory:
|
||||
|
Loading…
Reference in New Issue
Block a user