Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installer: Refine the WoW64 decision logic #98

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rozmansi
Copy link
Contributor

@rozmansi rozmansi commented Nov 9, 2019

The registry and file reflection is also present on ARM64 platform. Therefore, the reflection logic should resemble ${RunningX64} || ${RunningArm64} or ${IsWow64} or !${RunningX86} for short.

The registry and file reflection is also present on ARM64 platform.
Therefore, the reflection logic should resemble `${RunningX64} ||
${RunningArm64}` or `${IsWow64}` or `!${RunningX86}` for short.

Signed-off-by: Simon Rozman <[email protected]>
@mattock
Copy link
Member

mattock commented Nov 9, 2019

I will test this on Windows ARM64 to make sure the logic works as expected. Otherwise this looks good. @rozmansi is already fixing the commit message which is wrong.

@mattock mattock mentioned this pull request Mar 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants