Cisco Jabber
Not plannedHello - would you be able to create an Auto Deployment/Update package for the “Cisco Jabber” client?
Thanks!
-
Official comment
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
Where:- CLEAR=1 — Deletes any existing bootstrap file.
- /quiet — Specifies a silent installation.
Comment actions
Please sign in to leave a comment.
Comments
1 comment