Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
installer: Refine the WoW64 decision logic
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]>
- Loading branch information