OpenVPN / tap-windows6

Windows TAP driver (NDIS 6)
Other
785 stars 237 forks source link

installer: Refine the WoW64 decision logic #98

Open rozmansi opened 4 years ago

rozmansi commented 4 years ago

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.

mattock commented 4 years ago

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.