After Server.msi is installed, most of the other servers can be
installed simply by running the .msi file from the command line
with whichever MSIExec parameters you choose to apply. The one
exception is the Archiving Server installation file
(ArchService.msi), which has one parameter:
Installation Prerequisites
Most of the servers have prerequisites that must be installed first. The two primary prerequisites are OCSCore.msi (Office Communications Server Core Components) and UcmaRedist.msi (Unified Communications Managed API 2.0 Redistributable). These components must be installed before any of the server roles. Here are the prerequisites for these installation files.
File name | Prerequisites |
---|---|
OCSCore.msi |
Microsoft Visual C++ 2008 Redistributable (VCRedist_x86.exe or VCRedist_x64.exe) .NET Framework 3.5 SP1 (dotnetfx35.exe) SQL Server Native Client |
UcmaRedist.msi |
.NET Framework 3.5 SP1 (dotnetfx35.exe) |
All of these files are available on the CD. Some of the server installations have additional prerequisites, which are listed in the following table.
File name | Additional prerequisites |
---|---|
Server.msi |
Microsoft SQL Server 2005 Backwards Compatibility Pack (SQLServer2005_BC_x64.msi or SQLServer2005_BC.msi) – Required for Enterprise Edition Microsoft SQL Server 2005 Express Edition SP2 (SQLEXPR.EXE) – Required for Standard Edition |
AdminTools.msi |
Office Communications Server Core Components (OCSCore.msi) only |
WebComponents.msi |
Internet Information Services (IIS) 6.0 |
DataMCU.msi |
Microsoft Visual J# 2.0 (Vj2se_x64.exe) |
AudioVideoMCU.msi |
No additional prerequisites |
AppServer.msi |
No additional prerequisites |
CAA.msi |
Application Host (AppServer.msi) Windows Media Format Runtime (see Note below) |
CAS.msi |
Application Host (AppServer.msi) Windows Media Format Runtime (see Note below) |
ArchService.msi |
Message Queuing (available from Add/Remove Programs or Programs and Features) |
MonitoringServer.msi |
Message Queuing (available from Add/Remove Programs or Programs and Features) |
CallControlServer.msi |
Application Host (AppServer.msi) |
AppShareMCU.msi |
No additional prerequisites (Must be installed on a computer that does not have Access Proxy Server, Mediation Server, or Proxy Server) |
MediationServer.msi |
No additional prerequisites |
CWAMain.msi |
No additional prerequisites |
WebScheduler.msi |
Web Components (WebComponents.msi) |
AcdUcApp.msi |
Microsoft Unified Communications Managed API 2.0 Speech Redistributable (UCMASpeechRedist.msi) – must be installed before UCMAWorkflowRedist.msi Microsoft Unified Communications Managed API 2.0 Windows Workflow Activities Redistributable (UCMAWorkflowRedist.msi) |
MgcServer.msi |
No additional prerequisites |
Note: |
---|
All supported configurations require that you install all four applications (Conferencing Attendant, Conference Announcement Service, Outside Voice Control, and Response Group Service), but you need to activate only the applications you will be using. |
Windows Media Format Runtime is installed when SetupSE.exe or SetupEE.exe are run. However, if youre doing a command-line installation on 64-bit versions of Windows Server 2003 or Windows Server 2008, youll need to install this feature manually.
To install Windows Media Format Runtime redistributable package on Windows Server 2003, run wmfdist64.exe from the command line. This file is located on the Office Communications Server 2007 R2 CD.
To install Windows Media Format Runtime on Windows Server 2008, run this command from the command line.
Copy Code | |
---|---|
pkgmgr.exe /ip/m:"%windir%\servicing\Packages\Microsoft-Windows-Media-Format-Package~31bf3856ad364e35~amd64~~6.0.6001.18000.mum" |