/build/static/layout/Breadcrumb_cap_w.png

Cisco Systems, Inc. Cisco Unified Communications Integration for Microsoft Office Communicator

Version: 8

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 2.9k  |  Created: 11/01/2010

Average Rating: 0
Cisco Unified Communications Integration for Microsoft Office Communicator has 1 inventory records, 1 Questions, 0 Blogs and 1 links. Please help add to this by sharing more!

Deployment Tips (3)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 0 / 5 (Not Rated) based on 0 ratings
Most Commonly Reported Deployment Method
Not Determined
0
Command Line
The installation exe is called: CiscoUCIntegrationTMforMicrosoftOfficeCommunicatorK9.exe
The exe includes Office 2003 ja 2007 PIA packages and MS VC++ 2005 SP1 runtime.

the command line to install without "Click to Call support". Without C2C support o2003pia and o2007pia are not installed. Only VC++ 2005 SP1 runtime will be installed if not allready found on system.

start /w CiscoUCIntegrationTMforMicrosoftOfficeCommunicatorK9.exe /s /v"DONTINSTALLC2C=1 /passive /norestart"

registry settings can be done with .REG file or with AD GPO adm template.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Note
Better to close (kill) outlook.exe, communicator.exe (Office Communicator) and Windows live client.

taskkill /f /im "outlook.exe"
taskkill /f /im "communicator.exe"
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Note
One VBS to kill Office Communicator and close Outlook

----- closeapps.vbs -----
option explicit
on error resume next
dim objApp
dim objProcess

' Kill communicator.exe
For each objProcess in GetObject("winmgmts:{impersonationLevel=impersonate}!//.").ExecQuery _
("select * from Win32_Process where Name='communicator.exe'")
objProcess.Terminate
next

' Close Outlook
set objApp=nothing
set objApp = getobject(,"outlook.application")
if not objApp is nothing then objApp.quit
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

Cisco Unified Communications Integration for Microsoft Office Communicator

Version

8

Questions & Answers (1)

Questions & Answers related to Cisco Systems, Inc. Cisco Unified Communications Integration for Microsoft Office Communicator

1
ANSWERED

Blogs (0)

Blog posts related to Cisco Systems, Inc. Cisco Unified Communications Integration for Microsoft Office Communicator

Reviews (0)

Reviews related to Cisco Systems, Inc. Cisco Unified Communications Integration for Microsoft Office Communicator

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ