Installer: add custom dialog background.

This commit is contained in:
Kimmo Varis 2010-03-09 20:25:29 +02:00
parent cbb6033416
commit ba7655ef07
2 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 KiB

View File

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