Add an icon to the SDKPlaceHolder MSI

This commit is contained in:
jbeisner 2019-09-11 17:14:57 -07:00
parent a77fab9b7f
commit 0e0ab3e6f3
2 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -18,6 +18,8 @@
<ComponentRef Id="$(var.DependencyKeyId)" />
</Feature>
<Icon Id="icon.ico" SourceFile="msi.ico"/>
<Property Id="ARPPRODUCTICON" Value="icon.ico" />
<Property Id="ARPNOMODIFY" Value="1" />
<Property Id="ARPNOREPAIR" Value="1" />
<Property Id="ProductFamily" Value="$(var.ProductFamily)" />