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?
A.
msiexec.exe /i CiscoJabberSetup.msi /silent CLEAR=0
B.
msiexec.exe /t CiscoJabberSetup.msi /s CLEAN=1
C.
msiexec.exe /t CiscoJabberSetup.msi /silent CLEAN=1
D.
msiexec.exe /i CiscoJabberSetup.msi /quiet CLEAR=1
msiexec.exe: The Windows program used for installing .msi packages.
/i: This option indicates that you want to install the package.
CiscoJabberSetup.msi: The name of your installation file.
/quiet: This option allows for a silent installation, with no user interface.
CLEAR=1: This parameter specifies to remove any existing bootstrap installations before proceeding with the new installation.
Using this command will ensure that the installation runs without prompts, and any previous installations are cleared out.
This section is not available anymore. Please use the main Exam Page.300-810 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
SasdiB
7 months, 1 week agoEamy91
2 years ago