Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

Comments

1 comment
Date Votes
  • 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.

     

    Example Installation Commands

    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.
    You just need to decide if you want to use the CLEAR argument or not.