Mercurial > hg > tony
changeset 634:590a6ec92360
Add installer background images
author | Chris Cannam |
---|---|
date | Mon, 14 Oct 2019 14:56:17 +0100 |
parents | 59945b8b52ce |
children | 41e221cd740e |
files | deploy/win64/main.bmp deploy/win64/tony.wxs deploy/win64/top.bmp |
diffstat | 3 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/deploy/win64/tony.wxs Thu Oct 10 15:44:47 2019 +0100 +++ b/deploy/win64/tony.wxs Mon Oct 14 14:56:17 2019 +0100 @@ -285,5 +285,8 @@ <Icon Id="winicon.ico" SourceFile="..\icons\tony-winicon.ico"/> <Property Id="ARPPRODUCTICON" Value="winicon.ico" /> + <WixVariable Id="WixUIBannerBmp" Value="..\deploy\win64\top.bmp"/> + <WixVariable Id="WixUIDialogBmp" Value="..\deploy\win64\main.bmp"/> + </Product> </Wix>