close browser window on uninstall
This commit is contained in:
parent
8a7d37c1fc
commit
e263b2c188
@ -68,9 +68,20 @@ if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system spe
|
|||||||
Registry_uninstall /64Bit
|
Registry_uninstall /64Bit
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
comment "Close the UnInstall Browser Window"
|
||||||
|
DosInAnIcon_taskkill
|
||||||
|
|
||||||
comment "Delete program shortcuts"
|
comment "Delete program shortcuts"
|
||||||
LinkFolder_uninstall
|
LinkFolder_uninstall
|
||||||
|
|
||||||
|
[DosInAnIcon_taskkill]
|
||||||
|
taskkill /F /IM openwith.exe
|
||||||
|
taskkill /F /IM iexplore.exe
|
||||||
|
taskkill /F /IM iron.exe
|
||||||
|
taskkill /F /IM firefox.exe
|
||||||
|
taskkill /F /IM chrome.exe
|
||||||
|
taskkill /F /IM opera.exe
|
||||||
|
|
||||||
[Winbatch_uninstall_old_32]
|
[Winbatch_uninstall_old_32]
|
||||||
"$UninstallProgramOld32$" /silent /norestart /SUPPRESSMSGBOXES /nocancel
|
"$UninstallProgramOld32$" /silent /norestart /SUPPRESSMSGBOXES /nocancel
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user