lets try version 16.04, hopefully buys more time

This commit is contained in:
Jeffrey Martin 2018-04-11 10:20:17 -05:00
parent 4fbe02277d
commit a3c19e7fac
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
if not exist "C:\Windows\Temp\7z1801-x64.msi" (
powershell -Command "(New-Object System.Net.WebClient).DownloadFile('http://www.7-zip.org/a/7z1801-x64.msi', 'C:\Windows\Temp\7z1801-x64.msi')" <NUL
if not exist "C:\Windows\Temp\7zInstaller-x64.msi" (
powershell -Command "(New-Object System.Net.WebClient).DownloadFile('http://www.7-zip.org/a/7z1604-x64.msi', 'C:\Windows\Temp\7zInstaller-x64.msi')" <NUL
)
msiexec /qb /i C:\Windows\Temp\7z1801-x64.msi
msiexec /qb /i C:\Windows\Temp\7zInstaller-x64.msi
if "%PACKER_BUILDER_TYPE%" equ "vmware-iso" goto :vmware
if "%PACKER_BUILDER_TYPE%" equ "virtualbox-iso" goto :virtualbox
@ -47,4 +47,4 @@ if exist "C:\Users\vagrant\prl-tools-win.iso" (
)
:done
msiexec /qb /x C:\Windows\Temp\7z1801-x64.msi
msiexec /qb /x C:\Windows\Temp\7zInstaller-x64.msi