nerdexam
Broadcom-VMware

2V0-622 · 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". Silent VMware Tools upgrades on Windows VMs use standard Windows MSI installer command-line syntax passed through the Advanced Options box.

Section 8 – Deploy and Administer VMware Virtual Machines

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)
  • A
    94% (32)
  • C
    3% (1)
  • D
    3% (1)

Why each option

Silent VMware Tools upgrades on Windows VMs use standard Windows MSI installer command-line syntax passed through the Advanced Options box.

A/s /v "/qn" /l "c:\Windows\filename.log"Correct

Windows-based VMware Tools installations use the MSI installer engine. The '/s' flag suppresses the wizard UI, '/v' passes arguments directly to msiexec, '/qn' sets the install to fully quiet with no user interface, and '/l' specifies a log file path - all standard Windows MSI silent install parameters.

B--prefix=/usr/local,/usr/lib,/usr/doc --silent

The '--prefix' and '--silent' syntax is used for Linux/Unix VMware Tools installations, not Windows.

C--prefix=c:\Windows,c:\VMtools --silent

Like option B, this uses Linux-style '--prefix' flags which are invalid on a Windows VM.

D/fs /v "/qn+" /l "c:\Windows\filename.log"

The '/fs' flag is not valid MSI syntax, and '/qn+' is not a recognized quiet mode modifier for Windows MSI installs.

Concept tested: VMware Tools silent installation on Windows VMs

Source: https://docs.vmware.com/en/VMware-Tools/12.0.0/com.vmware.vsphere.vmwaretools.doc/GUID-C14D6313-5A6D-42E6-9DBD-4E9B9F6B2D25.html

Topics

#VMware Tools#silent update#Windows VM#command syntax

Community Discussion

No community discussion yet for this question.

Full 2V0-622 Practice