cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5430
Views
0
Helpful
1
Replies

Jabber Deployment - Installation Switches

rconradhh
Level 1
Level 1

I've read the Jabber deployment documentation in regards to the possible installation switches, but I'm running into a problem.  When Jabber launches for the first time I'd like to have the account type set to "Cisco Communications Manager 9 or later" and also have the Login Server IP specified.  

I cannot find out of this is possible.  Does anyone have any thoughts? I've attached a picture as well.

1 Reply 1

Yves Velazco
Level 1
Level 1

In my previous experience, you are better of using Orca and repackaging the installer with the proper arguments already embedded.  I've seen problems where when I used the switch to clear previous bootstrap parameters, it didn't worked.

Just for reference, here's the switch you can use:

Example Installation Commands

Review examples of commands to install Cisco Jabber for Windows.

Cisco Unified Communications Manager, Release 9.x
msiexec.exe /i CiscoJabberSetup.msi /quiet CLEAR=1
Where:
  • CLEAR=1 — Deletes any existing bootstrap file.
  • /quiet — Specifies a silent installation.
Cisco Unified Communications Manager, Release 8.x in Default Mode
msiexec.exe /i CiscoJabberSetup.msi /quiet CLEAR=1 AUTHENTICATOR=CUP CUP_ADDRESS=1.2.3.4
Where:
  • CLEAR=1 — Deletes any existing bootstrap file.
  • AUTHENTICATOR=CUP — Sets Cisco Unified Presence as the authenticator.
  • CUP_ADDRESS=1.2.3.4 — Sets 1.2.3.4 as the IP address of the presence server.
  • /quiet — Specifies a silent installation.

Create a customer installer:

http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/jabber/10_5/CJAB_BK_D6497E98_00_deployment-installation-guide-ciscojabber/install_client.html#JABW_TK_IBE959AA_00

Hope this helps...

Yves