##// END OF EJS Templates
wix: bump the minimum Windows required to 8.1...
Matt Harbison -
r50063:df3e9d98 default
parent child Browse files
Show More
@@ -33,8 +33,8 b''
33 CompressionLevel='high' />
33 CompressionLevel='high' />
34 <Property Id='DiskPrompt' Value="Mercurial $(var.Version) Installation [1]" />
34 <Property Id='DiskPrompt' Value="Mercurial $(var.Version) Installation [1]" />
35
35
36 <Condition Message='Mercurial MSI installers require Windows XP or higher'>
36 <Condition Message='Mercurial MSI installers require Windows 8.1 or higher'>
37 VersionNT >= 501
37 VersionNT >= 603
38 </Condition>
38 </Condition>
39
39
40 <Property Id="INSTALLDIR">
40 <Property Id="INSTALLDIR">
General Comments 0
You need to be logged in to leave comments. Login now