contrib/packaging/wix/mercurial.wxs
changeset 49170 df3e9d98951b
parent 49169 06107198f95b
equal deleted inserted replaced
49169:06107198f95b 49170:df3e9d98951b
    31 
    31 
    32     <Media Id='1' Cabinet='mercurial.cab' EmbedCab='yes' DiskPrompt='CD-ROM #1'
    32     <Media Id='1' Cabinet='mercurial.cab' EmbedCab='yes' DiskPrompt='CD-ROM #1'
    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">
    41       <ComponentSearch Id='SearchForMainExecutableComponent'
    41       <ComponentSearch Id='SearchForMainExecutableComponent'
    42                        Guid='$(var.ComponentMainExecutableGUID)'
    42                        Guid='$(var.ComponentMainExecutableGUID)'