Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Bob Tanner
packer-windows
Commits
5b263b26
Commit
5b263b26
authored
Mar 03, 2016
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update VMware tools
parent
69c89a9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
README.md
README.md
+0
-1
scripts/vm-guest-tools.bat
scripts/vm-guest-tools.bat
+1
-1
No files found.
README.md
View file @
5b263b26
...
...
@@ -11,7 +11,6 @@ Some of my enhancements are:
*
Support of fullscreen Retina display on a MacBook Pro.
*
WinRM, no more OpenSSH
*
PowerShell attached to taskbar with new features enabled
*
German keyboard layout and timezone
### Packer Version
...
...
scripts/vm-guest-tools.bat
View file @
5b263b26
...
...
@@ -15,7 +15,7 @@ if exist "C:\Users\vagrant\windows.iso" (
)
if
not
exist
"C:\Windows\Temp\windows.iso"
(
powershell
-Command
"(New-Object System.Net.WebClient).DownloadFile('http://softwareupdate.vmware.com/cds/vmw-desktop/ws/12.
0.1/316071
4/windows/packages/tools-windows.tar', 'C:\Windows\Temp\vmware-tools.tar')"
<
NUL
powershell
-Command
"(New-Object System.Net.WebClient).DownloadFile('http://softwareupdate.vmware.com/cds/vmw-desktop/ws/12.
1.0/327244
4/windows/packages/tools-windows.tar', 'C:\Windows\Temp\vmware-tools.tar')"
<
NUL
cmd
/c
""
C
:\Program
Files
\7
-Zip
\7z.exe
" x C:\Windows\Temp\vmware-tools.tar -oC:\Windows\Temp"
FOR
/r
"C:\Windows\Temp"
%%a
in
(
VMware
-tools-windows
-*
.iso
)
DO
REN
"
%%~a
"
"windows.iso"
rd
/S /Q
"C:\Program Files (x86)\VMWare"
...
...
Write
Preview
Markdown
is supported
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