aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-12-11 22:20:33 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2015-12-12 07:30:51 +0000
commit6c38ec1aab82d5347451ba3a0058cd81f4218daa (patch)
tree292d08f7b02cf417e5b4f4b53b8fd29eb150d0b5 /tools
parent80df76a28f077824d874102a171758757188fdf9 (diff)
Update USBPcap installer packaged
NSIS script modified to: - check for KB 3033929 presence on Windows 7 / 2008R2 (as we sign drivers with a SHA2 certificate) - do not delete the installation folder if not empty Bug: 11766 Change-Id: I5c7b6378b0775bb75c1b9e58e503997176c12213 Reviewed-on: https://code.wireshark.org/review/12546 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@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 41fc5a4f5a..7863da2c78 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-11-11"
-$Win32CurrentTag = "2015-11-11"
+$Win64CurrentTag = "2015-12-11"
+$Win32CurrentTag = "2015-12-11"
# 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.exe";
+ "USBPcapSetup-1.1.0.0-g794bf26-1.exe";
)
$Win64Files = @(
"WinPcap_4_1_3.exe";
- "USBPcapSetup-1.1.0.0-g794bf26.exe";
+ "USBPcapSetup-1.1.0.0-g794bf26-1.exe";
)
$Archives = $Win64Archives;