Skip to content

Latest commit

 

History

History
137 lines (110 loc) · 3.36 KB

File metadata and controls

137 lines (110 loc) · 3.36 KB

DSC Resource 'OfficeOnlineServerSetup'

OfficeOnlineServerSetup installs Office Online Server prerequisites (Visual C++ Redistributable, .NET Framework, Identity Extensions) and language packs.

When to use 'OfficeOnlineServerSetup'

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

Table 1. Attributes of category 'OfficeOnlineServerSetup'
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.

LanguagePacks

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 D:\sources\sxs).

Table 2. Attributes of category 'OfficeOnlineServerSetup/LanguagePacks'
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.

Example
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