2V0-621 · Question #77
An administrator is performing a silent automatic update of VMware Tools on a Windows virtual machine. What syntax needs to be entered into the Advanced Options box?
The correct answer is A. /s /v "/qn" /l "c:\Windows\filename.log". Administrators use a specific command-line syntax to silently install VMware Tools on Windows VMs without any user interaction or visible UI.
Question
An administrator is performing a silent automatic update of VMware Tools on a Windows virtual machine. What syntax needs to be entered into the Advanced Options box?
Options
- A/s /v "/qn" /l "c:\Windows\filename.log"
- B--prefix=/usr/local,/usr/lib,/usr/doc --silent
- C--prefix=c:\Windows,c:\VMtools --silent
- D/fs /v "/qn+" /l "c:\Windows\filename.log"
How the community answered
(34 responses)- A91% (31)
- B6% (2)
- D3% (1)
Why each option
Administrators use a specific command-line syntax to silently install VMware Tools on Windows VMs without any user interaction or visible UI.
The /s flag suppresses the outer setup wrapper UI, /v passes the enclosed arguments directly to the underlying MSI package, and /qn instructs the Windows Installer to run in fully quiet mode with no interface. The /l flag followed by a path writes installation events to a log file, which is the standard MSI-based silent install pattern used by VMware Tools on Windows guests.
This uses Linux-style --prefix and --silent arguments, which are only applicable to VMware Tools installation on Linux guests, not Windows.
This incorrectly mixes Windows file paths with Linux-style double-dash arguments, which is not valid syntax for the Windows VMware Tools installer.
The /fs flag does not exist in the VMware Tools Windows installer; the correct flag to suppress the setup wrapper UI is /s, not /fs.
Concept tested: VMware Tools silent installation syntax on Windows
Source: https://docs.vmware.com/en/VMware-Tools/12.4.0/com.vmware.vsphere.vmwaretools.doc/GUID-C9C43DD2-B354-4D74-8284-A1C674EECB0B.html
Topics
Community Discussion
No community discussion yet for this question.