use the opsi command to kill the browser window

This commit is contained in:
Mario Fetka 2013-03-20 07:03:41 +01:00
parent 7a004808f9
commit 68edee7dd9
1 changed files with 4 additions and 18 deletions

View File

@ -33,8 +33,8 @@ if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specif
comment "Delete files"
Files_uninstall_32 /32Bit
comment "Disables the pop-up browser window"
Winbatch_killtasks_32
comment "Close the UnInstall Browser Window"
killtask "iexplore.exe" "iron.exe" "firefox.exe" "chrome.exe" "opera.exe"
comment "Cleanup registry"
Registry_uninstall /32Bit
@ -65,8 +65,8 @@ if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system spe
comment "Delete files"
Files_uninstall_64 /64Bit
comment "Disables the pop-up browser window"
Winbatch_killtasks_64
comment "Close the UnInstall Browser Window"
killtask "iexplore.exe" "iron.exe" "firefox.exe" "chrome.exe" "opera.exe"
comment "Cleanup registry"
Registry_uninstall /64Bit
@ -86,13 +86,6 @@ msiexec /x $MsiId32$ /qb! REBOOT=ReallySuppress
;
delete -sf "$InstallDir32$\"
[Winbatch_killtasks_32]
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_msi_old_64]
msiexec /x $MsiIdOld64$ /qb! REBOOT=ReallySuppress
@ -104,13 +97,6 @@ msiexec /x $MsiId64$ /qb! REBOOT=ReallySuppress
;
del -sf "$InstallDir64$\"
[Winbatch_killtasks_64]
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
[Registry_uninstall]
; Example of deleting a registry key:
;