diff options
author | Gerald Combs <gerald@wireshark.org> | 2016-05-11 11:19:44 -0700 |
---|---|---|
committer | Michael Mann <mmann78@netscape.net> | 2016-05-12 12:34:56 +0000 |
commit | aa033aac17ff7be8a8a8e16052a50bb49fae564d (patch) | |
tree | 2e530c4fbcc54b84e36e5a7c89c22bee6596abf1 /packaging/wix/UserInterface.wxi | |
parent | b601daa819fa26fb340205017935011e626ee8b3 (diff) | |
download | wireshark-aa033aac17ff7be8a8a8e16052a50bb49fae564d.tar.gz wireshark-aa033aac17ff7be8a8a8e16052a50bb49fae564d.tar.bz2 wireshark-aa033aac17ff7be8a8a8e16052a50bb49fae564d.zip |
WiX banner and dialog images.
Add initial Wireshark-branded artwork to the WiX installer.
Change-Id: I1997023784112890f5366a577ca3b8101be530da
Reviewed-on: https://code.wireshark.org/review/15383
Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'packaging/wix/UserInterface.wxi')
-rw-r--r-- | packaging/wix/UserInterface.wxi | 3 |
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--> |