Create desktop shortcut, detect various error conditions to fail installation, and only install VCRedist if it's not already present

This commit is contained in:
Cameron Gutman
2018-07-27 00:13:02 -07:00
parent 717c3903d1
commit b5965d763c
3 changed files with 68 additions and 19 deletions
@@ -22,6 +22,10 @@
<HintPath>$(WixExtDir)\WixBalExtension.dll</HintPath>
<Name>WixBalExtension</Name>
</WixExtension>
<WixExtension Include="WixUtilExtension">
<HintPath>$(WixExtDir)\WixUtilExtension.dll</HintPath>
<Name>WixUtilExtension</Name>
</WixExtension>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Moonlight\Moonlight.wixproj">