comparison contrib/wix/mercurial.wxs @ 10552:cc9f16a1f545 stable

contrib/wix: add COPYING.rtf Moving the file from the misc directory of the thg-winbuild repo, which uses mercurial's contrib/wix. This file is displayed by the install UI sequence, so it belongs to the WiX sources quite closely. It happens to be installed by the msi installer, too.
author Adrian Buehlmann <adrian@cadifra.com>
date Thu, 25 Feb 2010 14:56:09 +0100
parents 47838dee7d60
children eea2db5f56ba 67cb29dbb66e
comparison
equal deleted inserted replaced
10551:f61dced1367a 10552:cc9f16a1f545
49 </Component> 49 </Component>
50 <Component Id='ReadMe' Guid='56A8E372-991D-4DCA-B91D-93D775974CF5'> 50 <Component Id='ReadMe' Guid='56A8E372-991D-4DCA-B91D-93D775974CF5'>
51 <File Id='ReadMe' Name='ReadMe.html' DiskId='1' Source='contrib\win32\ReadMe.html' KeyPath='yes'/> 51 <File Id='ReadMe' Name='ReadMe.html' DiskId='1' Source='contrib\win32\ReadMe.html' KeyPath='yes'/>
52 </Component> 52 </Component>
53 <Component Id='COPYING' Guid='B7801DBA-1C49-4BF4-91AD-33C65F5C7895'> 53 <Component Id='COPYING' Guid='B7801DBA-1C49-4BF4-91AD-33C65F5C7895'>
54 <File Id='COPYING' Name='COPYING.rtf' DiskId='1' Source='..\misc\COPYING.rtf' /> 54 <File Id='COPYING' Name='COPYING.rtf' DiskId='1' Source='contrib\wix\COPYING.rtf' />
55 </Component> 55 </Component>
56 <Directory Id='HGRCD' Name='hgrc.d'> 56 <Directory Id='HGRCD' Name='hgrc.d'>
57 <Component Id='mercurial.rc' Guid='1D5FAEEE-7E6E-43B1-9F7F-802714316B15'> 57 <Component Id='mercurial.rc' Guid='1D5FAEEE-7E6E-43B1-9F7F-802714316B15'>
58 <File Id='mercurial.rc' Name='Mercurial.rc' DiskId='1' Source='contrib\win32\mercurial.ini' 58 <File Id='mercurial.rc' Name='Mercurial.rc' DiskId='1' Source='contrib\win32\mercurial.ini'
59 ReadOnly='yes'/> 59 ReadOnly='yes'/>
113 </Feature> 113 </Feature>
114 114
115 <UIRef Id="WixUI_FeatureTree" /> 115 <UIRef Id="WixUI_FeatureTree" />
116 <UIRef Id="WixUI_ErrorProgressText" /> 116 <UIRef Id="WixUI_ErrorProgressText" />
117 117
118 <WixVariable Id="WixUILicenseRtf" Value="..\misc\COPYING.rtf" /> 118 <WixVariable Id="WixUILicenseRtf" Value="contrib\wix\COPYING.rtf" />
119 119
120 <Icon Id="hgIcon.ico" SourceFile="contrib/win32/mercurial.ico" /> 120 <Icon Id="hgIcon.ico" SourceFile="contrib/win32/mercurial.ico" />
121 121
122 <Upgrade Id='$(var.ProductUpgradeCode)'> 122 <Upgrade Id='$(var.ProductUpgradeCode)'>
123 <UpgradeVersion 123 <UpgradeVersion