aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/wix/Wireshark.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/wix/Wireshark.wxs')
-rw-r--r--packaging/wix/Wireshark.wxs5
1 files changed, 4 insertions, 1 deletions
diff --git a/packaging/wix/Wireshark.wxs b/packaging/wix/Wireshark.wxs
index b0479dd7c3..fc9027a414 100644
--- a/packaging/wix/Wireshark.wxs
+++ b/packaging/wix/Wireshark.wxs
@@ -4,7 +4,10 @@
<?define WiresharkFileAssociation = "wireshark-capture-file" ?>
<!-- The path to the installer's End-User License Agreement, displayed during installation -->
- <?define EulaPath="$(var.EulaDir)\COPYING.rtf"?>
+ <?define EulaPath="$(var.AssetDir)\COPYING.rtf"?>
+ <!-- Windows 8 and later supports PNG. Until then we use cave paintings^W^W BMP. -->
+ <?define BannerImagePath="$(var.AssetDir)\banner.bmp"?>
+ <?define DialogImagePath="$(var.AssetDir)\dialog.bmp"?>
<Product Id="*" Name="$(var.WiresharkName) $(var.WiresharkVersion)" Language="1033" Version="$(var.WiresharkVersion)" Manufacturer="The Wireshark developer community, http://www.wireshark.org/" UpgradeCode="0d67aace-269a-4264-81a3-da8055c1c79c">
<Package InstallerVersion="405" Compressed="yes" InstallScope="perMachine" />