changeset 13045:1b1cbc246377

Merge with stable
author Steve Borho <steve@borho.org>
date Fri, 26 Nov 2010 20:08:03 -0600
parents cc40e4f49559 (current diff) db1433e4bf5f (diff)
children 7cc4263e07a9
files
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/wix/mercurial.wxs	Fri Nov 26 18:04:10 2010 -0600
+++ b/contrib/wix/mercurial.wxs	Fri Nov 26 20:08:03 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>