dont try to stop the processes it sometimes wont work

This commit is contained in:
Mario Fetka 2013-05-05 10:01:41 +02:00
parent 5ed5dda56a
commit 3fef8fe293
3 changed files with 2 additions and 0 deletions

View File

@ -50,12 +50,14 @@ if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system spe
comment "Old MSI id " + $MsiIdOld64$ + " found in registry, starting msiexec to uninstall old version"
Winbatch_uninstall_msi_old_64
sub_check_exitcode
ExitWindows /ImmediateReboot
endif
endif
if not (GetRegistryStringValue64("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\" + $MsiId64$ + "] DisplayName") = "")
comment "MSI id " + $MsiId64$ + " found in registry, starting msiexec to uninstall"
Winbatch_uninstall_msi_64
sub_check_exitcode
ExitWindows /ImmediateReboot
endif
comment "Delete files"

Binary file not shown.