correct typo

This commit is contained in:
Mario Fetka 2016-09-07 13:43:03 +02:00
parent 16177f8e9c
commit 0232729387
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system spe
sub_check_exitcode
endif
endif
if not (GetRegistryStringValue64("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\" + $MsiId64HelpDe$ + "] DisplayName") = "")
if not (GetRegistryStringValue64("[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\" + $MsiIdHelpDe64$ + "] DisplayName") = "")
comment "MSI id " + $MsiIdHelpDe64$ + " found in registry, starting msiexec to uninstall"
Winbatch_uninstall_msi_help_de_64
sub_check_exitcode