Skip to content

Latest commit

 

History

History
151 lines (124 loc) · 3.57 KB

File metadata and controls

151 lines (124 loc) · 3.57 KB

DSC Resource 'SharePointPrereq'

SharePointPrereq installs SharePoint Server prerequisites from ISO installation media.

When to use 'SharePointPrereq'

Use this resource when you need to install the SharePoint prerequisite software automatically. It mounts the installation ISO and runs the prerequisite installer. This must be applied before SharePointSetup. If prerequisites are already handled separately or included in the SharePointSetup resource, you may not need this resource.

Source

DSC Resource

Documentation

Table 1. Attributes of category 'SharePointPrereq'
Parameter Attribute DataType Description Allowed Values

InstallerPath

Mandatory

string

Path to the SharePoint prerequisite installer executable.

SQLNCli

Mandatory

string

Path to the SQL Server Native Client installer.

Sync

Mandatory

string

Path to the Microsoft Sync Framework installer.

AppFabric

Mandatory

string

Path to the Windows Server AppFabric installer.

IDFX11

Mandatory

string

Path to the Microsoft Identity Extensions installer.

MSIPCClient

Mandatory

string

Path to the Microsoft Information Protection and Control Client installer.

WCFDataServices56

Mandatory

string

Path to the WCF Data Services 5.6 installer.

MSVCRT11

Mandatory

string

Path to the Visual C++ 2012 Redistributable installer.

MSVCRT141

Mandatory

string

Path to the Visual C++ 2017 Redistributable installer.

KB3092423

Mandatory

string

Path to the AppFabric cumulative update KB3092423 installer.

DotNet472

Mandatory

string

Path to the .NET Framework 4.7.2 installer.

IsoFilePath

Mandatory

string

Path to the SharePoint Server ISO file.

IsoDriveLetter

Mandatory

string

Drive letter to mount the SharePoint ISO to.

ProductKey

Mandatory

string

SharePoint Server product key.

Example
SharePointPrereq:
  SQLNCli: C:\Install\sqlncli.msi
  Sync: C:\Install\Synchronization.msi
  AppFabric: C:\Install\WindowsServerAppFabricSetup_x64.exe
  IDFX11: C:\Install\MicrosoftIdentityExtensions-64.msi
  MSIPCClient: C:\Install\setup_msipc_x64.exe
  WCFDataServices56: C:\Install\WcfDataServices.exe
  MSVCRT11: C:\Install\vcredist_x64.exe
  MSVCRT141: C:\Install\vc_redist.x64.exe
  KB3092423: C:\Install\AppFabric-KB3092423-x64-ENU.exe
  DotNet472: C:\Install\NDP472-KB4054530-x86-x64-AllOS-ENU.exe
  InstallerPath: Z:\PrerequisiteInstaller.exe
  IsoFilePath: C:\Install\en_sharepoint_server_2019_x64_dvd_68e34c9e.iso
  IsoDriveLetter: 'Z:'
  ProductKey: YourProductKey