Update uninstall task

This commit is contained in:
Peter Singer 2013-05-05 11:53:39 +02:00
parent bb0cb6e8a8
commit 6a9120b0d0
1 changed files with 7 additions and 14 deletions

View File

@ -32,14 +32,7 @@ if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specif
comment "Delete files"
Files_uninstall_32 /32Bit
comment "Close the UnInstall Browser Window"
killtask "iexplore.exe"
killtask "iron.exe"
killtask "firefox.exe"
killtask "chrome.exe"
killtask "opera.exe"
comment "Cleanup registry"
Registry_uninstall /32Bit
endif
@ -69,7 +62,11 @@ if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system spe
comment "Delete files"
Files_uninstall_64 /64Bit
comment "Close the UnInstall Browser Window"
comment "Cleanup registry"
Registry_uninstall /64Bit
endif
comment "Close the UnInstall Browser Window"
sleepSeconds 3
killtask "iexplore.exe"
killtask "iron.exe"
@ -77,11 +74,7 @@ if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system spe
killtask "chrome.exe"
killtask "opera.exe"
killtask "OpenWIth.exe"
comment "Cleanup registry"
Registry_uninstall /64Bit
endif
comment "Delete program shortcuts"
LinkFolder_uninstall