This command needed to install all vmware tools in the advanced window was "/s /v /qn ADDLOCAL=All "
Customizing the VMware Tools installation on Windows
The answer is in the vSphere docs. Actually it's only a matter of using the right command line parameters for msiexec.exe resp. setup.exe, namely ADDLOCAL and REMOVE. Examples:
I like to do a fresh install of the VMware Tools 5.5 by using the following command line:
Letbetterp
2 Intern
•
196 Posts
0
February 3rd, 2015 15:00
This command needed to install all vmware tools in the advanced window was "/s /v /qn ADDLOCAL=All "
Customizing the VMware Tools installation on Windows
The answer is in the vSphere docs. Actually it's only a matter of using the right command line parameters for msiexec.exe resp. setup.exe, namely ADDLOCAL and REMOVE. Examples:
I like to do a fresh install of the VMware Tools 5.5 by using the following command line:
setup[64].exe /s /v /qn ADDLOCAL=All REMOVE=Hgfs,WYSE,Audio,BootCamp,Unity,VShield,TrayIcon
(This is one line)
And for updating an older installation I use the following command line:
setup[64].exe /s /v /qn REINSTALLMODE=vomus ADDLOCAL=All REMOVE=Hgfs,WYSE,Audio,BootCamp,Unity,VShield,TrayIcon
(This is also one line)
dpironet
9 Posts
1
February 1st, 2015 06:00
This document might help you achieve what you want to do -> vSphere Documentation Center