Merge pull request #4752 from johnbeisner/FixMSIIcon

Add an icon to the SDKPlaceHolder MSI
This commit is contained in:
John Beisner 2019-09-12 08:27:53 -07:00 committed by GitHub
commit 7f8be0ac7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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)" />