Bumping version of 7-zip for Windows

In an effort to try to resolve #7688 extraction slowness.
This commit is contained in:
Jesse Rosenberger
2017-01-26 16:47:05 -08:00
parent f33f75d759
commit 0dbfda35e6

View File

@@ -37,8 +37,8 @@ $shell = New-Object -com shell.application
mkdir "$DIR\7z"
cd "$DIR\7z"
$webclient.DownloadFile("http://www.7-zip.org/a/7z1602.msi", "$DIR\7z\7z.msi")
$webclient.DownloadFile("http://www.7-zip.org/a/7z1602-extra.7z", "$DIR\7z\extra.7z")
$webclient.DownloadFile("http://www.7-zip.org/a/7z1604.msi", "$DIR\7z\7z.msi")
$webclient.DownloadFile("http://www.7-zip.org/a/7z1604-extra.7z", "$DIR\7z\extra.7z")
msiexec /i 7z.msi /quiet /qn /norestart
ping -n 4 127.0.0.1 | out-null
& "C:\Program Files\7-Zip\7z.exe" x extra.7z