close browser window on uninstall

This commit is contained in:
Mario Fetka 2013-07-16 03:41:34 +02:00
parent 8a7d37c1fc
commit e263b2c188
1 changed files with 11 additions and 0 deletions

View File

@ -68,9 +68,20 @@ if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system spe
Registry_uninstall /64Bit
endif
comment "Close the UnInstall Browser Window"
DosInAnIcon_taskkill
comment "Delete program shortcuts"
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]
"$UninstallProgramOld32$" /silent /norestart /SUPPRESSMSGBOXES /nocancel