mirror of
https://github.com/alexkay/spek.git
synced 2025-04-19 18:07:37 +03:00
[win] Custom installer bitmaps (issue 32)
This commit is contained in:
parent
72039afa66
commit
5c4d2af7a4
BIN
win/banner.bmp
Normal file
BIN
win/banner.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
BIN
win/dialog.bmp
Normal file
BIN
win/dialog.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 152 KiB |
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user