Not planned
Cisco Jabber
Mpatel
Hello - would you be able to create an Auto Deployment/Update package for the “Cisco Jabber” client?
Thanks!
3
Comments
We don't have access to the Cisco Jabber client downloads without a contract. You'll need to create packages manually. According to their documentations it's a simple MSI install so it should be easy to create.
Review examples of commands to install Cisco Jabber for Windows.
msiexec.exe /i CiscoJabberSetup.msi /quiet CLEAR=1-
CLEAR=1 — Deletes any existing bootstrap file.
-
/quiet — Specifies a silent installation.
You just need to decide if you want to use the CLEAR argument or not.