Skip to content

Commit

Permalink
Switched to a monde UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmorvan committed Jul 11, 2018
1 parent 0cafef6 commit 1f28fcf
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Version="$(var.ProductVersion)"
Manufacturer="Loic Morvan"
UpgradeCode="$(var.UpgradeCode)">

<Package InstallerVersion="500"
Compressed="yes"
InstallScope="perMachine"
Expand All @@ -22,10 +22,9 @@
<FeatureRef Id="ProductFeature" />

<PropertyRef Id="WIX_IS_NETFRAMEWORK_462_OR_LATER_INSTALLED" />

<Property Id="WIXUI_INSTALLDIR"
Value="INSTALLDIR" />
<UIRef Id="WixUI_Minimal" />


<UIRef Id="WixUI_Mondo" />
<UIRef Id="WixUI_ErrorProgressText" />

</Product>
</Wix>

0 comments on commit 1f28fcf

Please sign in to comment.