From e39b5a6a72cfebde1b99a5c7fead87344bbef60e Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 28 Jul 2018 13:59:27 -0700 Subject: [PATCH] Block x86 installs on x64 OSes --- wix/MoonlightSetup/Bundle.wxs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wix/MoonlightSetup/Bundle.wxs b/wix/MoonlightSetup/Bundle.wxs index 2abf4d41..71276080 100644 --- a/wix/MoonlightSetup/Bundle.wxs +++ b/wix/MoonlightSetup/Bundle.wxs @@ -33,9 +33,13 @@ - + VersionNT64 + + + NOT VersionNT64 +