Add super-fancy custom images/banners to the installers

This commit is contained in:
baldurk
2016-01-08 20:33:08 +01:00
parent d9a1bf4a0d
commit 768f7bbc76
4 changed files with 6 additions and 0 deletions
+3
View File
@@ -284,6 +284,9 @@
<WixVariable Id="WixUILicenseRtf" Value="installer/LICENSE.rtf" />
<WixVariable Id="WixUIBannerBmp" Value="installer/bannrbmp.bmp" />
<WixVariable Id="WixUIDialogBmp" Value="installer/dlgbmp.bmp" />
<Icon Id="chm.ico" SourceFile="installer/chm.ico" />
<Icon Id="icon.ico" SourceFile="renderdocui/Resources/icon.ico" />
<Property Id="ARPPRODUCTICON" Value="icon.ico" />
+3
View File
@@ -323,6 +323,9 @@
<WixVariable Id="WixUILicenseRtf" Value="installer/LICENSE.rtf" />
<WixVariable Id="WixUIBannerBmp" Value="installer/bannrbmp.bmp" />
<WixVariable Id="WixUIDialogBmp" Value="installer/dlgbmp.bmp" />
<Icon Id="chm.ico" SourceFile="installer/chm.ico" />
<Icon Id="icon.ico" SourceFile="renderdocui/Resources/icon.ico" />
<Property Id="ARPPRODUCTICON" Value="icon.ico" />
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB