summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2016-04-07 20:26:37 +0200
committerAnders Broman <a.broman58@gmail.com>2016-04-09 10:45:52 +0000
commitc39c365f863a1b83f16b67101d185eb0a151eb19 (patch)
treec269925cb0b2e27628481b9be5e09ebc4d52c56a /tools
parenta8ebc3dcf541c7b5a7d7e0e315dea432dcab7279 (diff)
downloadwireshark-c39c365f863a1b83f16b67101d185eb0a151eb19.tar.gz
Update USBPcap installer packaged in our Windows installer and add a warning
The newer version creates a system restore point during installation Also add an explicit note in Wireshark installer explaining that USBPcap is experimental and some hints on how to recover in case of issue Bug: 12316 Change-Id: Ifb15ee98bf9db843debe5878f3df8c78f846d8d0 Reviewed-on: https://code.wireshark.org/review/14854 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/win-setup.ps18
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/win-setup.ps1 b/tools/win-setup.ps1
index c09e741954..e87032da4d 100644
--- a/tools/win-setup.ps1
+++ b/tools/win-setup.ps1
@@ -101,8 +101,8 @@ Param(
# trouble instead of trying to catch exceptions everywhere.
$ErrorActionPreference = "Stop"
-$Win64CurrentTag = "2015-12-11"
-$Win32CurrentTag = "2015-12-11"
+$Win64CurrentTag = "2016-04-07"
+$Win32CurrentTag = "2016-04-07"
# Archive file / subdir.
$Win64Archives = @{
@@ -151,12 +151,12 @@ if ( @("14", "12", "11", "10") -contains $VSVersion ) {
$Win32Files = @(
"WinPcap_4_1_3.exe";
- "USBPcapSetup-1.1.0.0-g794bf26-1.exe";
+ "USBPcapSetup-1.1.0.0-g794bf26-3.exe";
)
$Win64Files = @(
"WinPcap_4_1_3.exe";
- "USBPcapSetup-1.1.0.0-g794bf26-1.exe";
+ "USBPcapSetup-1.1.0.0-g794bf26-3.exe";
)
$Archives = $Win64Archives;