tap-windows6 icon indicating copy to clipboard operation
tap-windows6 copied to clipboard

installer: Refine the WoW64 decision logic

Open rozmansi opened this issue 5 years ago • 1 comments

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.

rozmansi avatar Nov 09 '19 18:11 rozmansi

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 avatar Nov 09 '19 18:11 mattock