tap-windows6
tap-windows6 copied to clipboard
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.
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.