installer: add UI

This commit is contained in:
Bill Zissimopoulos
2016-04-29 11:38:38 -07:00
parent 0c75b58810
commit b0a2e4ff40
2 changed files with 74 additions and 12 deletions

View File

@@ -32,6 +32,12 @@
<ItemGroup>
<Compile Include="Product.wxs" />
</ItemGroup>
<ItemGroup>
<WixExtension Include="WixUIExtension">
<HintPath>$(WixExtDir)\WixUIExtension.dll</HintPath>
<Name>WixUIExtension</Name>
</WixExtension>
</ItemGroup>
<Import Project="$(WixTargetsPath)" />
<!--
To modify your build process, add your task inside one of the targets below and uncomment it.