[win] Custom installer bitmaps (issue 32)

This commit is contained in:
Alexander Kojevnikov 2010-07-10 17:17:55 +10:00
parent 72039afa66
commit 5c4d2af7a4
3 changed files with 2 additions and 0 deletions

BIN
win/banner.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

BIN
win/dialog.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

View File

@ -14,6 +14,8 @@
<UIRef Id="WixUI_InstallDir" />
<UIRef Id="WixUI_ErrorProgressText" />
<WixVariable Id="WixUILicenseRtf" Value="LICENSE.rtf" />
<WixVariable Id="WixUIBannerBmp" Value="banner.bmp" />
<WixVariable Id="WixUIDialogBmp" Value="dialog.bmp" />
<Upgrade Id="$(var.UpgradeCode)">
<UpgradeVersion Minimum="$(var.ProductVersion)" OnlyDetect="yes" Property="NEWVERSIONDETECTED" />
<UpgradeVersion Minimum="0.0.0" IncludeMinimum="yes" Maximum="$(var.ProductVersion)" IncludeMaximum="no" Property="OLDERVERSIONBEINGUPGRADED" />