Correct 64bit uninstall
This commit is contained in:
parent
04e73a7d97
commit
ea0fa2a853
@ -7,7 +7,7 @@
|
||||
Set $MsiId32$ = '{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}'
|
||||
Set $UninstallProgram32$ = $InstallDir32$ + "\Uninstall.exe"
|
||||
|
||||
Set $MsiId64$ = '{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}'
|
||||
Set $MsiId64$ = '{23170F69-40C1-2702-0920-000001000000}'
|
||||
Set $UninstallProgram32$ = $InstallDir64$ + "\Uninstall.exe"
|
||||
|
||||
if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specific")) or ($INST_architecture$ = "both") or ($INST_architecture$ = "32 only")
|
||||
|
Loading…
Reference in New Issue
Block a user