[Updated] D12596: wix: bump the minimum Windows required to 8.1

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Mon May 9 15:52:39 UTC 2022


Closed by commit rHGdf3e9d98951b: wix: bump the minimum Windows required to 8.1 (authored by mharbison72).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D12596?vs=33327&id=33377

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D12596/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D12596

AFFECTED FILES
  contrib/packaging/wix/mercurial.wxs

CHANGE DETAILS

diff --git a/contrib/packaging/wix/mercurial.wxs b/contrib/packaging/wix/mercurial.wxs
--- a/contrib/packaging/wix/mercurial.wxs
+++ b/contrib/packaging/wix/mercurial.wxs
@@ -33,8 +33,8 @@
            CompressionLevel='high' />
     <Property Id='DiskPrompt' Value="Mercurial $(var.Version) Installation [1]" />
 
-    <Condition Message='Mercurial MSI installers require Windows XP or higher'>
-        VersionNT >= 501
+    <Condition Message='Mercurial MSI installers require Windows 8.1 or higher'>
+        VersionNT >= 603
     </Condition>
 
     <Property Id="INSTALLDIR">



To: mharbison72, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20220509/090663f0/attachment-0002.html>


More information about the Mercurial-patches mailing list