aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-02-16 18:27:57 -0800
committerGuy Harris <guy@alum.mit.edu>2019-02-17 02:30:31 +0000
commitb7e2cbb3d504c0493b42918e09ea36faf1c82436 (patch)
tree94eb150da0bd25cf633a579dfeef15497e93b624 /packaging
parentea7b7f052c246008a5fba5a476f27ca087eaf285 (diff)
Include the HTML IP map in the CG.WiresharkRequired component group.
It might currently only be used by the Wireshark app, but somebody might, at some point, have a TShark option to generate a PDF or JPEG or... with a map image. Hopefully this fixes the build of the WiX installer. Change-Id: Iac9d65b23156d0c1d4c3cceef7d0b74fdcce64c1 Reviewed-on: https://code.wireshark.org/review/32065 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/wix/ComponentGroups.wxi1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/wix/ComponentGroups.wxi b/packaging/wix/ComponentGroups.wxi
index 0532306c01..2fa195d750 100644
--- a/packaging/wix/ComponentGroups.wxi
+++ b/packaging/wix/ComponentGroups.wxi
@@ -101,6 +101,7 @@
<ComponentRef Id="cmpDumpcap_exe" />
<ComponentRef Id="cmpDumpcap_html" />
<ComponentRef Id="cmpExtcap_html" />
+ <ComponentRef Id="cmpIpmap_html" />
</ComponentGroup>
</Fragment>