aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorYang Luo <hsluoyz@gmail.com>2016-06-04 10:19:02 +0800
committerPascal Quantin <pascal.quantin@gmail.com>2016-06-04 12:37:25 +0000
commitbb246f5cc652aa96b43a57fec775865f4de9d6b4 (patch)
treefea6189c46deed482faabaa89f021856455ed8d6 /packaging
parentc72c7d792a9b3202bcef7b5a223abe5fcb1d58a9 (diff)
Since Wireshark has also supported Npcap in Npcap mode,
let's make WinPcap installing option unchecked by default. Change-Id: Iea5efd9d9a66b988d515bd03b52c1d719e621232 Reviewed-on: https://code.wireshark.org/review/15716 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/wireshark.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index c2a27f9a0d..1c0754608a 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -1287,8 +1287,8 @@ lbl_npcap_installed:
${If} $0 == "0"
; Npcap is installed without WinPcap API-compatible mode; WinPcap can be installed
WriteINIStr "$PLUGINSDIR\WinPcapPage.ini" "Field 2" "Text" "$NPCAP_NAME is currently installed without WinPcap API-compatible mode"
- WriteINIStr "$PLUGINSDIR\WinPcapPage.ini" "Field 4" "State" "1"
- WriteINIStr "$PLUGINSDIR\WinPcapPage.ini" "Field 5" "Text" "(Use Add/Remove Programs first to uninstall any undetected old WinPcap versions)"
+ WriteINIStr "$PLUGINSDIR\WinPcapPage.ini" "Field 4" "State" "0"
+ WriteINIStr "$PLUGINSDIR\WinPcapPage.ini" "Field 5" "Text" "If you still wish to install WinPcap ${PCAP_DISPLAY_VERSION}, please check this option."
${Else}
; Npcap is installed with WinPcap API-compatible mode; WinPcap must not be installed
WriteINIStr "$PLUGINSDIR\WinPcapPage.ini" "Field 2" "Text" "$NPCAP_NAME"