AlexMT
Posts: 22
Joined: Wed Jun 05, 2024 10:40 am

Cisco Jabber Silent Install and Uninstall Parameters

Below you can find the necessary information to perform a silent installation for Cisco Jabber using the designated silent install and uninstall parameters for MSI.

Application Name: Cisco Jabber
About: Cisco Jabber delivers instant messaging, voice and video calls, voice messaging, desktop sharing, conferencing, and presence.
Version: 15.0.1
Main Application Website URL: https://www.webex.com/downloads/jabber.html

MSI Installer (Silent Install):

Code: Select all

msiexec /i CiscoJabberSetup.msi /qn /l*v <log_file_path>

MSI Installer (Silent Uninstall):

Code: Select all

msiexec /x {ProductCode} /qn /l*v <log_file_path>

Return to “Silent Install Command Line”