OfficeOnlineServerSetup installs Office Online Server prerequisites (Visual C++ Redistributable, .NET Framework, Identity Extensions) and language packs.
Use this resource when you need to install the prerequisites and language packs for Office Online Server. This is the first step in an OOS deployment and must be applied before OfficeOnlineServerMachineConfig and OfficeOnlineServerFarmConfig.
Source |
|
DSC Resource |
|
Documentation |
| Parameter | Attribute | DataType | Description | Allowed Values |
|---|---|---|---|---|
MicrosoftIdentityExtensionsPath |
String |
Specifies the path to the Microsoft Identity Extensions installer. |
||
DotNet48FrameworkPath |
String |
Specifies the path to the .NET Framework 4.8 installer. |
||
VcRedistributable2013Path |
String |
Specifies the path to the Visual C++ Redistributable 2013 installer. |
||
VcRedistributable2013ProductId |
String |
Specifies the product ID of the Visual C++ Redistributable 2013. |
||
VcRedistributable20152019Path |
String |
Specifies the path to the Visual C++ Redistributable 2015-2019 installer. |
||
VcRedistributable20152019ProductId |
String |
Specifies the product ID of the Visual C++ Redistributable 2015-2019. |
||
Hashtable[] |
Specifies the language packs to install for Office Online Server. |
|||
Path |
Mandatory |
String |
Specifies the path to the Office Online Server setup executable. |
|
SourcePath |
Mandatory |
String |
Specifies the source path for Windows Feature SxS files (e.g. mounted ISO |
| Parameter | Attribute | DataType | Description | Allowed Values |
|---|---|---|---|---|
Language |
Key |
String |
Specifies the language identifier for the language pack (e.g., de-de, en-us). |
|
BinaryDir |
Mandatory |
String |
Specifies the path to the language pack binary files. |
OfficeOnlineServerSetup:
Path: C:\OfficeOnline\Setup.exe
SourcePath: D:\sources\sxs
LanguagePacks:
- Language: de-de
BinaryDir: C:\de-de
- Language: en-us
BinaryDir: C:\en-us