nerdexam
Cisco

300-810 · Question #216

A collaboration engineer is installing the Cisco Jabber client from the Windows CLI. The engineer wants to complete a silent installation of the client clear any existing bootstrap file, and use a…

The correct answer is A. msiexec /i CiscoJabberSetup.msi /quiet CLEAR=1 SERVICES_DOMAIN=cisco.com. The correct msiexec command for a silent Jabber install uses '/quiet' (not '/silent') to suppress all UI. 'CLEAR=1' clears any existing bootstrap configuration file so fresh discovery settings apply. 'SERVICES_DOMAIN=cisco.com' sets the service domain used for DNS SRV-based…

Application Clients

Question

A collaboration engineer is installing the Cisco Jabber client from the Windows CLI. The engineer wants to complete a silent installation of the client clear any existing bootstrap file, and use a Service Domain of cisco com. Which install command achieves these goals?

Options

  • Amsiexec /i CiscoJabberSetup.msi /quiet CLEAR=1 SERVICES_DOMAIN=cisco.com
  • Bmsiexec /i CiscoJabberSetup.msi CLEAR=1 SERVICES_DOMAIN=cisco.com
  • Cmsiexec /i CiscoJabberSetup.msi CLEAR=0 SERVICES_DOMAIN=cisco.com
  • Dmsiexec.exe /i CiscoJabberSetup.msi /quiet CLEAR=1 SSO_ORG_DOMAIN=cisco.com

How the community answered

(51 responses)
  • A
    76% (39)
  • B
    2% (1)
  • C
    14% (7)
  • D
    8% (4)

Explanation

The correct msiexec command for a silent Jabber install uses '/quiet' (not '/silent') to suppress all UI. 'CLEAR=1' clears any existing bootstrap configuration file so fresh discovery settings apply. 'SERVICES_DOMAIN=cisco.com' sets the service domain used for DNS SRV-based service discovery. Option B is missing '/quiet' so the install is not silent. Option C uses 'CLEAR=0' which does not clear the bootstrap file, and also lacks '/quiet'. Option D uses 'SSO_ORG_DOMAIN' which is an SSO-specific parameter, not the general service domain parameter.

Topics

#Cisco Jabber#Client installation#MSIEXEC#Command Line Installation

Community Discussion

No community discussion yet for this question.

Full 300-810 Practice