nerdexam
Cisco

300-810 · Question #219

An engineer must create a Cisco Jabber installation switch. The engineer created the installation file and named it CiscoJabberSetup.msi. Which CLI command installs Jabber silently on a Windows machin

The correct answer is D. msiexec.exe /i CiscoJabberSetup.msi /quiet CLEAR=1. The correct syntax uses 'msiexec.exe /i' to install, '/quiet' (not '/silent') for a fully silent install with no UI, and 'CLEAR=1' to delete any existing bootstrap file. Option A uses '/silent' which is not a valid msiexec flag, and 'CLEAR=0' which does not delete the bootstrap.

Application Clients

Question

An engineer must create a Cisco Jabber installation switch. The engineer created the installation file and named it CiscoJabberSetup.msi. Which CLI command installs Jabber silently on a Windows machine and deletes any existing bootstrap?

Options

  • Amsiexec.exe /i CiscoJabberSetup.msi /silent CLEAR=0
  • Bmsiexec.exe /t CiscoJabberSetup.msi /s CLEAN=1
  • Cmsiexec.exe /t CiscoJabberSetup.msi /silent CLEAN=1
  • Dmsiexec.exe /i CiscoJabberSetup.msi /quiet CLEAR=1

How the community answered

(39 responses)
  • A
    3% (1)
  • B
    18% (7)
  • C
    8% (3)
  • D
    72% (28)

Explanation

The correct syntax uses 'msiexec.exe /i' to install, '/quiet' (not '/silent') for a fully silent install with no UI, and 'CLEAR=1' to delete any existing bootstrap file. Option A uses '/silent' which is not a valid msiexec flag, and 'CLEAR=0' which does not delete the bootstrap. Options B and C use '/t' which is not a valid install flag (the install flag is '/i'), and 'CLEAN=1' is not the correct parameter - the correct parameter is 'CLEAR=1'. Only option D has the correct combination of '/i', '/quiet', and 'CLEAR=1'.

Topics

#Cisco Jabber installation#Silent installation#MSI commands#Jabber bootstrap

Community Discussion

No community discussion yet for this question.

Full 300-810 Practice