Implementing Cisco Collaboration Applications (CLICA) — Question 61
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?
Answer options
- A. msiexec /i CiscoJabberSetup.msi /quiet CLEAR=1 SERVICES_DOMAIN=cisco.com
- B. msiexec /i CiscoJabberSetup.msi CLEAR=1 SERVICES_DOMAIN=cisco.com
- C. msiexec /i CiscoJabberSetup.msi CLEAR=0 SERVICES_DOMAIN=cisco.com
- D. msiexec.exe /i CiscoJabberSetup.msi /quiet CLEAR=1 SSO_ORG_DOMAIN=cisco.com
Correct answer: A
Explanation
The correct command is A because it includes the '/quiet' option for silent installation, the 'CLEAR=1' to remove the existing bootstrap file, and specifies 'SERVICES_DOMAIN=cisco.com'. Option B lacks the '/quiet' flag, which is necessary for silent installation. Option C incorrectly sets 'CLEAR=0', which does not clear the bootstrap file, and Option D mistakenly uses 'SSO_ORG_DOMAIN' instead of 'SERVICES_DOMAIN'.