Share via


Install SharePoint 2013 Offline on Windows Server 2012 R2

To Install SharePoint offline over windows server 2012 R2:

  1. Adjust security permission for setup account (local admin on SharePoint server, dbcreator and securityadmin SQL roles on the SQL instance)
  2. On SQL server make sure to set Max degree of parallelism to 1
  3. On the servers add required server roles and features

ROLES:

Application Server

Web Server (IIS)

EDIT: IIS 6 Management Console (h/t Darma)

FEATURES:

ASP.NET 4.5

Windows Identity Foundation 3.5

 

Powershell: Install-WindowsFeature -Name AS-NET-Framework,Web-WebServer,Web-Mgmt-Compat,Windows-Identity-Foundation -IncludeManagementTools

 

  1. Download and Install the prerequisites as following:

    1. Microsoft SQL Server 2008 R2 SP1 Native Client.

      http://download.microsoft.com/download/9/1/3/9138773A-505D-43E2-AC08-9A77E1E0490B/1033/x64/sqlncli.msi 

    2. Microsoft Sync Framework Runtime v1.0 SP1 (x64).

      http://download.microsoft.com/download/E/0/0/E0060D8F-2354-4871-9596-DC78538799CC/Synchronization.msi 

    3. Microsoft Identity Extensions.

      http://download.microsoft.com/download/0/1/D/01D06854-CA0C-46F1-ADBA-EBF86010DCC6/rtm/MicrosoftIdentityExtensions-64.msi 

    4. Microsoft Information Protection and Control Client.

    http://download.microsoft.com/download/9/1/D/91DA8796-BE1D-46AF-8489-663AB7811517/setup_msipc_x64.msi 

 

  1. Microsoft WCF Data Services 5.0

    http://download.microsoft.com/download/8/F/9/8F93DBBD-896B-4760-AC81-646F61363A6D/WcfDataServices.exe 

 

  1. Microsoft WCF Data Services 5.6 (note the file name is the same as the one from previous step, if downloading to install later, don't overwrite - save with a different name)

https://www.microsoft.com/en-gb/download/details.aspx?id=39373

  1. Restart.
  2. Windows Server AppFabric

Download it from here then don't run it from the setup file, use the following command (run it from command window)

prerequisiteInstaller.exe /appfabric:C:\SP2013\PreSharePoint2013\WindowsServerAppFabricSetup_x64.exe

 

  1. Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763)

 

http://download.microsoft.com/download/7/B/5/7B51D8D1-20FD-4BF0-87C7-4714F5A1C313/AppFabric1.1-RTM-KB2671763-x64-ENU.exe 

  1. Restart.
  2. Start the SharePoint server Installation.