diff deploy/win32/easyhg.wxs @ 690:bfafe078df9a

Packaging fixes
author Chris Cannam
date Mon, 10 Dec 2018 10:28:25 +0000
parents 8ec848c6a4b4
children a74515f1c6e8
line wrap: on
line diff
--- a/deploy/win32/easyhg.wxs	Mon Dec 10 10:28:15 2018 +0000
+++ b/deploy/win32/easyhg.wxs	Mon Dec 10 10:28:25 2018 +0000
@@ -409,5 +409,18 @@
         Id="easyhg.ico"
         SourceFile="..\..\easyhg.ico"/>
 
+    <UI>
+      <UIRef Id="WixUI_InstallDir" />
+      <UIRef Id="WixUI_ErrorProgressText" />
+    </UI>
+
+    <Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR" />
+    <Property Id="WIXUI_DONTVALIDATEPATH" Value="1" />
+    <Property Id="ApplicationFolderName" Value="EasyMercurial" />
+    <Property Id="WixAppFolder" Value="WixPerMachineFolder" />
+    <WixVariable Id="WixUILicenseRtf" Value="..\..\deploy\win32\License.rtf" />
+    
+    <Property Id="ARPPRODUCTICON" Value="easyhg.ico" />
+
   </Product>
 </Wix>