From: Jouni Malinen Date: Sat, 4 Sep 2010 14:37:57 +0000 (+0300) Subject: Update WinPcap to the latest stable version 4.1.2 X-Git-Tag: hostap-1-bp~1207 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17f9f44ed88be1fdccc2fa0af0ba63bc428d9aff;p=thirdparty%2Fhostap.git Update WinPcap to the latest stable version 4.1.2 --- diff --git a/wpa_supplicant/wpa_supplicant.nsi b/wpa_supplicant/wpa_supplicant.nsi index f4e1e2a9e..b9f016287 100644 --- a/wpa_supplicant/wpa_supplicant.nsi +++ b/wpa_supplicant/wpa_supplicant.nsi @@ -13,8 +13,8 @@ Page InstFiles section -Prerequisites SetOutPath $INSTDIR\Prerequisites MessageBox MB_YESNO "Install WinPcap?" /SD IDYES IDNO endWinPcap - File "/opt/Qt-Win/files/WinPcap_4_0_2.exe" - ExecWait "$INSTDIR\Prerequisites\WinPcap_4_0_2.exe" + File "/opt/Qt-Win/files/WinPcap_4_1_2.exe" + ExecWait "$INSTDIR\Prerequisites\WinPcap_4_1_2.exe" Goto endWinPcap endWinPcap: sectionEnd @@ -101,7 +101,7 @@ section "uninstall" delete "$INSTDIR\QtCore4.dll" delete "$INSTDIR\QtGui4.dll" - delete "$INSTDIR\Prerequisites\WinPcap_4_0_2.exe" + delete "$INSTDIR\Prerequisites\WinPcap_4_1_2.exe" rmdir "$INSTDIR\Prerequisites" rmdir "$INSTDIR"