Wireshark-commits: [Wireshark-commits] master aa033aa: WiX banner and dialog images.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 12 May 2016 12:35:14 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=aa033aac17ff7be8a8a8e16052a50bb49fae564d
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

aa033aa by Gerald Combs (gerald@xxxxxxxxxxxxx):

    WiX banner and dialog images.
    
    Add initial Wireshark-branded artwork to the WiX installer.
    
    Change-Id: I1997023784112890f5366a577ca3b8101be530da
    Reviewed-on: https://code.wireshark.org/review/15383
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  b601daa   extcap (CID 1355644): fix the range check for guint
    adds  aa033aa   WiX banner and dialog images.


Summary of changes:
 packaging/wix/CMakeLists.txt    |    2 +-
 packaging/wix/README            |    5 +--
 packaging/wix/UserInterface.wxi |    3 +-
 packaging/wix/Wireshark.wxs     |    5 ++-
 packaging/wix/banner.bmp        |  Bin 0 -> 29846 bytes
 packaging/wix/banner.svg        |   69 ++++++++++++++++++++++++++++++++
 packaging/wix/dialog.bmp        |  Bin 0 -> 158078 bytes
 packaging/wix/dialog.svg        |   83 +++++++++++++++++++++++++++++++++++++++
 8 files changed, 161 insertions(+), 6 deletions(-)
 create mode 100755 packaging/wix/banner.bmp
 create mode 100644 packaging/wix/banner.svg
 create mode 100755 packaging/wix/dialog.bmp
 create mode 100644 packaging/wix/dialog.svg