changeset 690:bfafe078df9a

Packaging fixes
author Chris Cannam
date Mon, 10 Dec 2018 10:28:25 +0000
parents af295de6a59b
children 5b3bcb2d0943
files deploy/win32/License.rtf deploy/win32/easyhg.wxs
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
Binary file deploy/win32/License.rtf has changed
--- 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>