Add simple installer UI and license

This commit is contained in:
Cameron Gutman
2018-11-20 17:14:21 -08:00
parent 3145d34381
commit de806ad57e
3 changed files with 131 additions and 0 deletions
+3
View File
@@ -8,6 +8,9 @@
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
<MediaTemplate EmbedCab="yes" />
<WixVariable Id="WixUILicenseRtf" Value="license.rtf" />
<UIRef Id="WixUI_Minimal" />
<Feature Id="ProductFeature" Title="MISHSetup" Level="1">
<ComponentGroupRef Id="ProductComponents" />
</Feature>