Wireshark-commits: [Wireshark-commits] master 432166d: WiX: install the other plugin types as well
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 03 Mar 2018 10:12:45 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=432166de1e115df93b606378372855cee4ba8ffc
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

432166d by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    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 <jaap.keuter@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/26176
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  302fa68   Don't crash in manually_resolve_cleanup() if there's nothing to clean up.
    adds  432166d   WiX: install the other plugin types as well


Summary of changes:
 packaging/wix/DirectoryStructure.wxi |  4 +++-
 packaging/wix/Plugins.wxi            | 28 ++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+), 1 deletion(-)