kill browser window
This commit is contained in:
parent
4d1b25ccb4
commit
b76fa708e7
@ -33,9 +33,23 @@ Files_uninstall /32Bit
|
||||
comment "Cleanup registry"
|
||||
Registry_uninstall /32Bit
|
||||
|
||||
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 waterfox.exe
|
||||
taskkill /F /IM chrome.exe
|
||||
taskkill /F /IM opera.exe
|
||||
|
||||
|
||||
|
||||
[Winbatch_uninstall_msi_old]
|
||||
msiexec /x $MsiIdOld$ /qb! REBOOT=ReallySuppress
|
||||
|
||||
|
@ -5,7 +5,7 @@ VENDOR="emclient.com"
|
||||
PN="emclient.emclient"
|
||||
NAME="eM Client"
|
||||
DESCRIPTION="schnellster Mail-Client fuer Windows."
|
||||
VERSION="5.0.17944"
|
||||
VERSION="5.0.18025"
|
||||
RELEASE="3"
|
||||
PRIORITY="0"
|
||||
ADVICE=""
|
||||
|
@ -1 +0,0 @@
|
||||
d4609b554dc239dbd252469356519e62f91b5d7c /home/mario/.opsi-dist-cache/emclient.emclient-5.0.17944/X86/setup-5.0.17944.msi
|
Loading…
Reference in New Issue
Block a user