move to right script (dumb failure)
This commit is contained in:
parent
5ed8b7de17
commit
1305522e29
@ -20,6 +20,8 @@ if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specif
|
|||||||
comment "Uninstall program found, starting uninstall"
|
comment "Uninstall program found, starting uninstall"
|
||||||
Winbatch_uninstall_32
|
Winbatch_uninstall_32
|
||||||
sub_check_exitcode
|
sub_check_exitcode
|
||||||
|
Winbatch_please_wait_32
|
||||||
|
sub_check_exitcode
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if not (GetRegistryStringValue32("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\" + $MsiId32$ + "] DisplayName") = "")
|
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"
|
comment "Uninstall program found, starting uninstall"
|
||||||
Winbatch_uninstall_64
|
Winbatch_uninstall_64
|
||||||
sub_check_exitcode
|
sub_check_exitcode
|
||||||
|
Winbatch_please_wait_64
|
||||||
|
sub_check_exitcode
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if not (GetRegistryStringValue64("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\" + $MsiId64$ + "] DisplayName") = "")
|
if not (GetRegistryStringValue64("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\" + $MsiId64$ + "] DisplayName") = "")
|
||||||
@ -66,6 +70,12 @@ LinkFolder_uninstall
|
|||||||
net stop immunetprotect
|
net stop immunetprotect
|
||||||
taskkill /IM iptray.exe
|
taskkill /IM iptray.exe
|
||||||
|
|
||||||
|
[Winbatch_please_wait_32]
|
||||||
|
"%ScriptPath%\please-wait.exe"
|
||||||
|
|
||||||
|
[Winbatch_please_wait_64]
|
||||||
|
"%ScriptPath%\please-wait.exe"
|
||||||
|
|
||||||
[Winbatch_uninstall_32]
|
[Winbatch_uninstall_32]
|
||||||
; Choose one of the following examples as basis for program uninstall
|
; Choose one of the following examples as basis for program uninstall
|
||||||
;
|
;
|
||||||
|
@ -173,8 +173,6 @@ else
|
|||||||
Files_install_32 /32Bit
|
Files_install_32 /32Bit
|
||||||
Winbatch_install_32
|
Winbatch_install_32
|
||||||
Sub_check_exitcode
|
Sub_check_exitcode
|
||||||
Winbatch_please_wait_32
|
|
||||||
Sub_check_exitcode
|
|
||||||
comment "Patch Registry"
|
comment "Patch Registry"
|
||||||
Registry_install /32Bit
|
Registry_install /32Bit
|
||||||
comment "Create shortcuts"
|
comment "Create shortcuts"
|
||||||
@ -265,8 +263,6 @@ else
|
|||||||
Files_install_64 /64Bit
|
Files_install_64 /64Bit
|
||||||
Winbatch_install_64
|
Winbatch_install_64
|
||||||
Sub_check_exitcode
|
Sub_check_exitcode
|
||||||
Winbatch_please_wait_64
|
|
||||||
Sub_check_exitcode
|
|
||||||
comment "Patch Registry"
|
comment "Patch Registry"
|
||||||
Registry_install /64Bit
|
Registry_install /64Bit
|
||||||
comment "Create shortcuts"
|
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]
|
[Winbatch_install_32]
|
||||||
; Choose one of the following examples as basis for your installation
|
; Choose one of the following examples as basis for your installation
|
||||||
; You can use $LicenseKey$ var to pass a license key to the installer
|
; You can use $LicenseKey$ var to pass a license key to the installer
|
||||||
|
Loading…
Reference in New Issue
Block a user