From 619758c0c2b76cc02fe66f34b65ef3614a165dac Mon Sep 17 00:00:00 2001 From: "Felipe \"Zimmerle\" Costa" Date: Wed, 19 Feb 2014 10:38:30 -0300 Subject: [PATCH] iis: Adds condition to avoid the use of 32b msi on a 64b os The 64bits version of the package offer the possibility to install the 32bits version of the DLL along with all 32bits dependencies. --- iis/installer.wxs | 37 +++++++++++-------------------------- 1 file changed, 11 insertions(+), 26 deletions(-) diff --git a/iis/installer.wxs b/iis/installer.wxs index 4e68f896..314410fd 100644 --- a/iis/installer.wxs +++ b/iis/installer.wxs @@ -83,18 +83,12 @@ - + + + VersionNT64 + + NOT VersionNT64 + @@ -408,12 +402,8 @@ - -(NOT &ModSec64=3) AND (NOT &ModSec32=3) - - - &ModSec64=3 OR &ModSec32=3 - + (NOT &ModSec64=3) AND (NOT &ModSec32=3) + &ModSec64=3 OR &ModSec32=3 1 @@ -431,12 +421,8 @@ - - DisableButton = 1 - - - DisableButton = 0 - + DisableButton = 1 + DisableButton = 0 1 @@ -564,8 +550,7 @@ - - +