Installer: Add custom banner with Cppcheck icon.

This commit is contained in:
Kimmo Varis 2010-03-09 17:37:39 +02:00
parent 05bd91b9fc
commit 318d831f88
2 changed files with 1 additions and 0 deletions

BIN
win_installer/banner.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

View File

@ -88,5 +88,6 @@
<Icon Id='gui.exe' SourceFile='$(var.GuiBuildDir)\gui.exe' />
<WixVariable Id="WixUILicenseRtf" Value="GPLv3.rtf" />
<WixVariable Id="WixUIBannerBmp" Value="Bitmaps\banner.bmp" />
</Product>
</Wix>