move to right script (dumb failure)

This commit is contained in:
Mario Fetka 2012-02-21 17:59:04 +01:00
parent 5ed8b7de17
commit 1305522e29
2 changed files with 10 additions and 10 deletions

View File

@ -20,6 +20,8 @@ if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specif
comment "Uninstall program found, starting uninstall"
Winbatch_uninstall_32
sub_check_exitcode
Winbatch_please_wait_32
sub_check_exitcode
endif
if not (GetRegistryStringValue32("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\" + $MsiId32$ + "] DisplayName") = "")
@ -44,6 +46,8 @@ if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system spe
comment "Uninstall program found, starting uninstall"
Winbatch_uninstall_64
sub_check_exitcode
Winbatch_please_wait_64
sub_check_exitcode
endif
if not (GetRegistryStringValue64("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\" + $MsiId64$ + "] DisplayName") = "")
@ -66,6 +70,12 @@ LinkFolder_uninstall
net stop immunetprotect
taskkill /IM iptray.exe
[Winbatch_please_wait_32]
"%ScriptPath%\please-wait.exe"
[Winbatch_please_wait_64]
"%ScriptPath%\please-wait.exe"
[Winbatch_uninstall_32]
; Choose one of the following examples as basis for program uninstall
;

View File

@ -173,8 +173,6 @@ else
Files_install_32 /32Bit
Winbatch_install_32
Sub_check_exitcode
Winbatch_please_wait_32
Sub_check_exitcode
comment "Patch Registry"
Registry_install /32Bit
comment "Create shortcuts"
@ -265,8 +263,6 @@ else
Files_install_64 /64Bit
Winbatch_install_64
Sub_check_exitcode
Winbatch_please_wait_64
Sub_check_exitcode
comment "Patch Registry"
Registry_install /64Bit
comment "Create shortcuts"
@ -517,12 +513,6 @@ xml ed -O -u "/config/ui/notification/cloud" -v $ui_notification_cloud$ $Install
[Winbatch_please_wait_32]
"%ScriptPath%\please-wait.exe"
[Winbatch_please_wait_64]
"%ScriptPath%\please-wait.exe"
[Winbatch_install_32]
; Choose one of the following examples as basis for your installation
; You can use $LicenseKey$ var to pass a license key to the installer