Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Bob Tanner
packer-windows
Commits
d5051393
Commit
d5051393
authored
Jul 16, 2015
by
jcoutch
Browse files
Change 7-Zip to new URL
parent
93d67a83
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/vm-guest-tools.bat
View file @
d5051393
if
not
exist
"C:\Windows\Temp\7z920-x64.msi"
(
powershell
-Command
"(New-Object System.Net.WebClient).DownloadFile('http://
downloads.sourceforge.net/sevenzip
/7z920-x64.msi', 'C:\Windows\Temp\7z920-x64.msi')"
<
NUL
powershell
-Command
"(New-Object System.Net.WebClient).DownloadFile('http://
www.7-zip.org/a
/7z920-x64.msi', 'C:\Windows\Temp\7z920-x64.msi')"
<
NUL
)
msiexec
/qb /i
C
:\Windows\Temp\7z920
-x
64
.msi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment