Wininstaller2, fix wrong logic

This commit is contained in:
Eugene Chornyi 2020-07-11 20:34:01 +02:00
parent 670d540fa6
commit 16d8141e5e

View File

@ -265,9 +265,9 @@
${Else} ${Else}
SetShellVarContext all SetShellVarContext all
${EndIf} ${EndIf}
!if ${APP_ARCHITECTURE} <> 32 ${If} ${RunningX64}
SetRegView ${APP_ARCHITECTURE} SetRegView ${APP_ARCHITECTURE}
!endif ${EndIf}
FunctionEnd FunctionEnd
!macroend !macroend