aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/wix/UserInterface.wxi
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/wix/UserInterface.wxi')
-rw-r--r--packaging/wix/UserInterface.wxi3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/wix/UserInterface.wxi b/packaging/wix/UserInterface.wxi
index 8e10bb07aa..114efb68f8 100644
--- a/packaging/wix/UserInterface.wxi
+++ b/packaging/wix/UserInterface.wxi
@@ -3,7 +3,8 @@
<!-- Define the appearance, sequence, and available options in the user interface -->
<Fragment>
<WixVariable Id="WixUILicenseRtf" Value="$(var.EulaPath)" />
-
+ <WixVariable Id="WixUIBannerBmp" Value="$(var.BannerImagePath)" />
+ <WixVariable Id="WixUIDialogBmp" Value="$(var.DialogImagePath)" />
<Property Id="ARPPRODUCTICON" Value="ProductIcon" />
<!-- This UI identifier will be used in the product definition-->