Skip to content

Commit

Permalink
Add branding to installer settings
Browse files Browse the repository at this point in the history
- banner
- background

#76
  • Loading branch information
borzel committed Jul 6, 2018
1 parent 213d49a commit 3d13a4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installer-xcp-ng/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<Icon Id="AppIcon.ico" SourceFile="AppIcon.ico"/>
<Property Id="ARPPRODUCTICON" Value="AppIcon.ico" />
<WixVariable Id="WixUILicenseRtf" Value="license.rtf" />
<WixVariable Id="WixUIDialogBmp" Value="background.bmp" />
<WixVariable Id="WixUIBannerBmp" Value="banner.bmp" />
</Product>
<Fragment>
<Property Id="ROOTDRIVE">
Expand Down

0 comments on commit 3d13a4c

Please sign in to comment.