From bb246f5cc652aa96b43a57fec775865f4de9d6b4 Mon Sep 17 00:00:00 2001 From: Yang Luo Date: Sat, 4 Jun 2016 10:19:02 +0800 Subject: [PATCH] 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 --- packaging/nsis/wireshark.nsi | 4 ++-- 1 file 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"