Mercurial > hg > easyhg
comparison deploy/win32/easyhg.wxs @ 690:bfafe078df9a
Packaging fixes
author | Chris Cannam |
---|---|
date | Mon, 10 Dec 2018 10:28:25 +0000 |
parents | 8ec848c6a4b4 |
children | a74515f1c6e8 |
comparison
equal
deleted
inserted
replaced
689:af295de6a59b | 690:bfafe078df9a |
---|---|
407 | 407 |
408 <Icon | 408 <Icon |
409 Id="easyhg.ico" | 409 Id="easyhg.ico" |
410 SourceFile="..\..\easyhg.ico"/> | 410 SourceFile="..\..\easyhg.ico"/> |
411 | 411 |
412 <UI> | |
413 <UIRef Id="WixUI_InstallDir" /> | |
414 <UIRef Id="WixUI_ErrorProgressText" /> | |
415 </UI> | |
416 | |
417 <Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR" /> | |
418 <Property Id="WIXUI_DONTVALIDATEPATH" Value="1" /> | |
419 <Property Id="ApplicationFolderName" Value="EasyMercurial" /> | |
420 <Property Id="WixAppFolder" Value="WixPerMachineFolder" /> | |
421 <WixVariable Id="WixUILicenseRtf" Value="..\..\deploy\win32\License.rtf" /> | |
422 | |
423 <Property Id="ARPPRODUCTICON" Value="easyhg.ico" /> | |
424 | |
412 </Product> | 425 </Product> |
413 </Wix> | 426 </Wix> |