Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 9a897d5: Use windeployqt with NSIS.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 29 Jul 2014 23:24:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9a897d55fcf8a58d730ae0878bf415697a15b5e6
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9a897d5 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Use windeployqt with NSIS.
    
    If we find windeployqt, use it to create a DLL manifest for NSIS.
    Fall back to the previous manual lists if we don't. This assumes that
    your copy of windeployqt works.
    
    New bug: The Windows installer is huge when using the official Digia DLLs
    (around 43 MB for the win 64 package).
    
    Change-Id: I1f662381b7a2c5474595b05177dbdfd3138c7e60
    Reviewed-on: https://code.wireshark.org/review/3253
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  9d0e4f6   don't add nonprinting \000 characters to tftp option strings
    adds  9a897d5   Use windeployqt with NSIS.


Summary of changes:
 packaging/nsis/Makefile.nmake |   31 ++++++++++++++++++++++++++-----
 packaging/nsis/wireshark.nsi  |   14 +-------------
 2 files changed, 27 insertions(+), 18 deletions(-)