From 265518a4348b898ea62266c63c78ae8970213be4 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 11 Jan 2019 12:06:38 -0800 Subject: [PATCH] Include the reordercap and dftest documentation in Windows packages. We package the documentation for other programs we supply, so we should package the documentation for them as well. Change-Id: I37854631bad4aa799fb6ebb009bea3f4692fe530 Reviewed-on: https://code.wireshark.org/review/31492 Petri-Dish: Guy Harris Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris --- packaging/nsis/wireshark.nsi | 2 ++ packaging/wix/ComponentGroups.wxi | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi index f1720ba99d..d52d1aa564 100644 --- a/packaging/nsis/wireshark.nsi +++ b/packaging/nsis/wireshark.nsi @@ -1082,12 +1082,14 @@ Section "Reordercap" SecReordercap ;------------------------------------------- SetOutPath $INSTDIR File "${STAGING_DIR}\reordercap.exe" +File "${STAGING_DIR}\reordercap.html" SectionEnd Section "DFTest" SecDFTest ;------------------------------------------- SetOutPath $INSTDIR File "${STAGING_DIR}\dftest.exe" +File "${STAGING_DIR}\dftest.html" SectionEnd Section "Capinfos" SecCapinfos diff --git a/packaging/wix/ComponentGroups.wxi b/packaging/wix/ComponentGroups.wxi index 9ccf058b8a..bc9b258bdc 100644 --- a/packaging/wix/ComponentGroups.wxi +++ b/packaging/wix/ComponentGroups.wxi @@ -365,11 +365,15 @@ + + + + @@ -379,11 +383,15 @@ + + + +