diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
commit | e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc (patch) | |
tree | 68cb5ef9081156392f1dd62a00c6ccc1451b93df /packaging/wix/Plugins.wxi | |
parent | Initial commit. (diff) | |
download | wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.tar.xz wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.zip |
Adding upstream version 4.2.2.upstream/4.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'packaging/wix/Plugins.wxi')
-rw-r--r-- | packaging/wix/Plugins.wxi | 150 |
1 files changed, 150 insertions, 0 deletions
diff --git a/packaging/wix/Plugins.wxi b/packaging/wix/Plugins.wxi new file mode 100644 index 00000000..0b53cf48 --- /dev/null +++ b/packaging/wix/Plugins.wxi @@ -0,0 +1,150 @@ +<?xml version="1.0" encoding="utf-8"?> +<Include> + + <!-- Plugins --> + <Fragment> + <DirectoryRef Id="dirPluginsVersionEpan"> + <Component Id="cmpEthercat_dll" Guid="*"> + <File Id="filEthercat_dll" KeyPath="yes" Source="$(var.Plugins.Dir)\$(var.WiresharkMajorVersion).$(var.WiresharkMinorVersion)\epan\ethercat.dll" /> + </Component> + <Component Id="cmpGryphon_dll" Guid="*"> + <File Id="filGryphon_dll" KeyPath="yes" Source="$(var.Plugins.Dir)\$(var.WiresharkMajorVersion).$(var.WiresharkMinorVersion)\epan\gryphon.dll" /> + </Component> + <Component Id="cmpIrda_dll" Guid="*"> + <File Id="filIrda_dll" KeyPath="yes" Source="$(var.Plugins.Dir)\$(var.WiresharkMajorVersion).$(var.WiresharkMinorVersion)\epan\irda.dll" /> + </Component> + <Component Id="cmpOpcua_dll" Guid="*"> + <File Id="filOpcua_dll" KeyPath="yes" Source="$(var.Plugins.Dir)\$(var.WiresharkMajorVersion).$(var.WiresharkMinorVersion)\epan\opcua.dll" /> + </Component> + <Component Id="cmpProfinet_dll" Guid="*"> + <File Id="filProfinet_dll" KeyPath="yes" Source="$(var.Plugins.Dir)\$(var.WiresharkMajorVersion).$(var.WiresharkMinorVersion)\epan\profinet.dll" /> + </Component> + <Component Id="cmpUnistim_dll" Guid="*"> + <File Id="filUnistim_dll" KeyPath="yes" Source="$(var.Plugins.Dir)\$(var.WiresharkMajorVersion).$(var.WiresharkMinorVersion)\epan\unistim.dll" /> + </Component> + <Component Id="cmpWimax_dll" Guid="*"> + <File Id="filWimax_dll" KeyPath="yes" Source="$(var.Plugins.Dir)\$(var.WiresharkMajorVersion).$(var.WiresharkMinorVersion)\epan\wimax.dll" /> + </Component> + <Component Id="cmpWimaxasmcp_dll" Guid="*"> + <File Id="filWimaxasmcp_dll" KeyPath="yes" Source="$(var.Plugins.Dir)\$(var.WiresharkMajorVersion).$(var.WiresharkMinorVersion)\epan\wimaxasncp.dll" /> + </Component> + <Component Id="cmpWimaxmacphy_dll" Guid="*"> + <File Id="filWimaxmacphy_dll" KeyPath="yes" Source="$(var.Plugins.Dir)\$(var.WiresharkMajorVersion).$(var.WiresharkMinorVersion)\epan\wimaxmacphy.dll" /> + </Component> + <!-- Add custom plugin Components here --> + </DirectoryRef> + </Fragment> + <Fragment> + <ComponentGroup Id="CG.Plugins.Dissector"> + <ComponentRef Id="cmpEthercat_dll" /> + <ComponentRef Id="cmpGryphon_dll" /> + <ComponentRef Id="cmpIrda_dll" /> + <ComponentRef Id="cmpOpcua_dll" /> + <ComponentRef Id="cmpProfinet_dll" /> + <ComponentRef Id="cmpUnistim_dll" /> + <ComponentRef Id="cmpWimax_dll" /> + <ComponentRef Id="cmpWimaxasmcp_dll" /> + <ComponentRef Id="cmpWimaxmacphy_dll" /> + <!-- Add custom plugin ComponentRefs here --> + </ComponentGroup> + </Fragment> + + <!-- Stats Tree --> + <Fragment> + <DirectoryRef Id="dirPluginsVersionEpan"> + <Component Id="cmpStatsTree_dll" Guid="*"> + <File Id="filStatsTree_dll" KeyPath="yes" Source="$(var.Plugins.Dir)\$(var.WiresharkMajorVersion).$(var.WiresharkMinorVersion)\epan\stats_tree.dll" /> + </Component> + </DirectoryRef> + </Fragment> + <Fragment> + <ComponentGroup Id="CG.Plugins.TreeStat"> + <ComponentRef Id="cmpStatsTree_dll" /> + </ComponentGroup> + </Fragment> + + <!-- MATE --> + <Fragment> + <DirectoryRef Id="dirPluginsVersionEpan"> + <Component Id="cmpMate_dll" Guid="*"> + <File Id="filMate_dll" KeyPath="yes" Source="$(var.Plugins.Dir)\$(var.WiresharkMajorVersion).$(var.WiresharkMinorVersion)\epan\mate.dll" /> + </Component> + </DirectoryRef> + </Fragment> + <Fragment> + <ComponentGroup Id="CG.Plugins.Mate"> + <ComponentRef Id="cmpMate_dll" /> + </ComponentGroup> + </Fragment> + + <!-- TRANSUM --> + <Fragment> + <DirectoryRef Id="dirPluginsVersionEpan"> + <Component Id="cmpTransum_dll" Guid="*"> + <File Id="filTransum_dll" KeyPath="yes" Source="$(var.Plugins.Dir)\$(var.WiresharkMajorVersion).$(var.WiresharkMinorVersion)\epan\transum.dll" /> + </Component> + </DirectoryRef> + </Fragment> + <Fragment> + <ComponentGroup Id="CG.Plugins.Transum"> + <ComponentRef Id="cmpTransum_dll" /> + </ComponentGroup> + </Fragment> + + <!-- wiretap --> + <Fragment> + <DirectoryRef Id="dirPluginsVersionWtap"> + <Component Id="cmpUsbdump_dll" Guid="*"> + <File Id="filUsbdump_dll" KeyPath="yes" Source="$(var.Plugins.Dir)\$(var.WiresharkMajorVersion).$(var.WiresharkMinorVersion)\wiretap\usbdump.dll" /> + </Component> + </DirectoryRef> + </Fragment> + <Fragment> + <ComponentGroup Id="CG.Plugins.Wiretap"> + <ComponentRef Id="cmpUsbdump_dll" /> + </ComponentGroup> + </Fragment> + + <!-- codecs --> + <Fragment> + <DirectoryRef Id="dirPluginsVersionCodecs"> + <Component Id="cmpG711_dll" Guid="*"> + <File Id="filG711_dll" KeyPath="yes" Source="$(var.Plugins.Dir)\$(var.WiresharkMajorVersion).$(var.WiresharkMinorVersion)\codecs\g711.dll" /> + </Component> + <Component Id="cmpG722_dll" Guid="*"> + <File Id="filG722_dll" KeyPath="yes" Source="$(var.Plugins.Dir)\$(var.WiresharkMajorVersion).$(var.WiresharkMinorVersion)\codecs\g722.dll" /> + </Component> + <Component Id="cmpG726_dll" Guid="*"> + <File Id="filG726_dll" KeyPath="yes" Source="$(var.Plugins.Dir)\$(var.WiresharkMajorVersion).$(var.WiresharkMinorVersion)\codecs\g726.dll" /> + </Component> + <Component Id="cmpG729_dll" Guid="*"> + <File Id="filG729_dll" KeyPath="yes" Source="$(var.Plugins.Dir)\$(var.WiresharkMajorVersion).$(var.WiresharkMinorVersion)\codecs\g729.dll" /> + </Component> + <Component Id="cmpL16mono_dll" Guid="*"> + <File Id="filL16mono_dll" KeyPath="yes" Source="$(var.Plugins.Dir)\$(var.WiresharkMajorVersion).$(var.WiresharkMinorVersion)\codecs\l16mono.dll" /> + </Component> + <Component Id="cmpSBC_dll" Guid="*"> + <File Id="filSBC_dll" KeyPath="yes" Source="$(var.Plugins.Dir)\$(var.WiresharkMajorVersion).$(var.WiresharkMinorVersion)\codecs\sbc.dll" /> + </Component> + <Component Id="cmpILBC_dll" Guid="*"> + <File Id="filILBC_dll" KeyPath="yes" Source="$(var.Plugins.Dir)\$(var.WiresharkMajorVersion).$(var.WiresharkMinorVersion)\codecs\ilbc.dll" /> + </Component> + <Component Id="cmpOPUS_dll" Guid="*"> + <File Id="filOPUS_dec_dll" KeyPath="yes" Source="$(var.Plugins.Dir)\$(var.WiresharkMajorVersion).$(var.WiresharkMinorVersion)\codecs\opus_dec.dll" /> + </Component> + </DirectoryRef> + </Fragment> + <Fragment> + <ComponentGroup Id="CG.Plugins.Codecs"> + <ComponentRef Id="cmpG711_dll" /> + <ComponentRef Id="cmpG722_dll" /> + <ComponentRef Id="cmpG726_dll" /> + <ComponentRef Id="cmpG729_dll" /> + <ComponentRef Id="cmpL16mono_dll" /> + <ComponentRef Id="cmpSBC_dll" /> + <ComponentRef Id="cmpILBC_dll" /> + <ComponentRef Id="cmpOPUS_dll" /> + </ComponentGroup> + </Fragment> + +</Include> |