changeset 13044:db1433e4bf5f stable

wix: allow x86 MSI packages to be installed on x64 systems
author Steve Borho <steve@borho.org>
date Fri, 26 Nov 2010 20:05:16 -0600
parents bd9bc4123920
children 1b1cbc246377 5fb924ee44d5
files contrib/wix/mercurial.wxs
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/wix/mercurial.wxs	Fri Nov 26 17:40:13 2010 -0600
+++ b/contrib/wix/mercurial.wxs	Fri Nov 26 20:05:16 2010 -0600
@@ -33,11 +33,6 @@
            CompressionLevel='high' />
     <Property Id='DiskPrompt' Value="Mercurial $(var.Version) Installation [1]" />
 
-    <?if $(var.Platform) = "x86" ?>
-      <Condition Message = "This x86 installer may not be used on a x64 platform">
-          NOT VersionNT64
-      </Condition>
-    <?endif?>
     <Condition Message='Mercurial MSI installers require Windows XP or higher'>
         VersionNT >= 501
     </Condition>