From 432166de1e115df93b606378372855cee4ba8ffc Mon Sep 17 00:00:00 2001 From: Jaap Keuter Date: Wed, 28 Feb 2018 13:36:55 +0100 Subject: WiX: install the other plugin types as well The WiX toolset configuration files have to be extended to handle the new plugin directory structure as well. Apart from the EPAN plugins the wiretap and codec plugins have to be included as well. Change-Id: I173e6b87a88e4ef8aa3283a308e2b5207f0d6ba2 Signed-off-by: Jaap Keuter Reviewed-on: https://code.wireshark.org/review/26176 Reviewed-by: Anders Broman --- packaging/wix/DirectoryStructure.wxi | 4 +++- packaging/wix/Plugins.wxi | 28 ++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) (limited to 'packaging/wix') diff --git a/packaging/wix/DirectoryStructure.wxi b/packaging/wix/DirectoryStructure.wxi index 2e17841ec8..34dcaf8403 100644 --- a/packaging/wix/DirectoryStructure.wxi +++ b/packaging/wix/DirectoryStructure.wxi @@ -30,6 +30,8 @@ + + @@ -57,4 +59,4 @@ - \ No newline at end of file + diff --git a/packaging/wix/Plugins.wxi b/packaging/wix/Plugins.wxi index 0c59565055..7ef294f653 100644 --- a/packaging/wix/Plugins.wxi +++ b/packaging/wix/Plugins.wxi @@ -91,4 +91,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3