Wednesday, September 26, 2012

SharePoint 2010 Prerequisite Installer command options




The preparation tool installs the following prerequisites:
  • Web Server (IIS) role
  • Application Server role
  • Microsoft .NET Framework version 3.5 SP1
  • Microsoft Sync Framework Runtime v1.0 (x64)
  • Microsoft Filter Pack 2.0
  • Microsoft Chart Controls for the Microsoft .NET Framework 3.5
  • Windows PowerShell 2.0
  • SQL Server 2008 Native Client
  • Microsoft SQL Server 2008 Analysis Services ADOMD.NET
  • ADO.NET Data Services Update for .NET Framework 3.5 SP1
  • A hotfix for the .NET Framework 3.5 SP1 that provides a method to support token authentication without transport security or message encryption in WCF.
  • Windows Identity Foundation (WIF)

Prerequisites Download Links....




Below links might not be updated ones...... use the below if above doesn't work......

Application Server Role, Web Server (IIS) Role
Microsoft Sync Framework Runtime v1.0 (x64)
(http://download.microsoft.com/download/C/9/F/C9F6B386-824B-4F9E-BD5DF95BB254EC61/
Redist/amd64/Microsoft%20Sync%20Framework/Synchronization.msi)
Microsoft Chart Controls for the Microsoft .NET Framework 3.5 (
http://download.microsoft.com/download/c/c/4/cc4dcac6-ea60-4868-a8e0-
62a8510aa747/MSChart.exe)
Microsoft .NET Framework 3.5 Service Pack 1
(http://download.microsoft.com/download/2/0/e/20e90413-712f-438c-988efdaa79a8ac3d/
dotnetfx35.exe)
Windows PowerShell 2.0 (http://download.microsoft.com/download/2/8/6/28686477-3242-4E96-9009-
30B16BED89AF/Windows6.0-KB968930-x64.msu)
http://go.microsoft.com/fwlink/?LinkID=166363" - Windows Identity Framework (Win2008 R2)
(http://download.microsoft.com/download/D/7/2/D72FD747-69B6-40B7-875BC2B40A6B2BDD/
Windows6.1-KB974405-x64.msu)
WCF fix for Win2008 SP2 (http://download.microsoft.com/download/6/8/1/681F5144-4092-489B-
87E4-63F05E95079C/Windows6.0-KB976394-x64.msu)
WCF fix for Win2008 R2 (http://download.microsoft.com/download/E/C/7/EC785FAB-DA49-4417-
ACC3-A76D26440FC2/Windows6.1-KB976462-v2-x64.msu)
Windows Identity Framework (Win2008 SP2) (
http://download.microsoft.com/download/D/7/2/D72FD747-69B6-40B7-875BC2B40A6B2BDD/
Windows6.0-KB974405-x64.msu)
SQL Server 2008 Native Client (http://download.microsoft.com/download/3/5/5/35522a0d-9743-4b8ca5b3-
f10529178b8a/sqlncli.msi)
Microsoft SQL Server 2008 Analysis Services ADOMD.NET
(http://download.microsoft.com/download/b/9/a/b9a78047-d269-4a25-88a1-
9c4321d90677/SQLSERVER2008_ASADOMD10.msi)
IIS management cmdlets 
SQL 2008 R2 Reporting Services SharePoint 2010 Add-in
Microsoft Server Speech Platform Runtime
Microsoft Server Speech Recognition Language - TELE(en-US)

***********************************************************************

To install the download prerequisites follow the steps given below…
Copy all the download prerequisite to a network shared folder.
Place each download in a designated folder.

Open the notepad and copy the following script into the notepad.

/SQLNCli:"\\TEOPAN\SP2010_Prerequisites\SQLNativeClient\sqlncli.msi"
/KB976462:"\\TEOPAN\SP2010_Prerequisites\KB976462\Windows6.1-KB976462-v2-x64.msu"
/IDFX:"\\TEOPAN\SP2010_Prerequisites\Win2K8R2\Windows6.1-KB974405-x64.msu"
/NETFX35SP1:"\\TEOPAN\SP2010_Prerequisites\.Net 3.5 SP1\dotnetfx35.exe"
/PowerShell:"\\TEOPAN\SP2010_Prerequisites\PowerShell 2.0\Windows6.0-KB968930-x64.msu"
/Sync:"\\TEOPAN\SP2010_Prerequisites\Sync framework1.0\Synchronization.msi"
/ChartControl:"\\TEOPAN\SP2010_Prerequisites\MS Chart Control\MSChart.exe"
/FilterPack:"\\TEOPAN\SP2010_Prerequisites\FilterPack\FilterPack64bit.exe"
/ADOMD:"\\TEOPAN\SP2010_Prerequisites\SQL Server 2008\SQLSERVER2008_ASADOMD10.msi"
/ReportingServices:"\\TEOPAN\SP2010_Prerequisites\Reporting Service Add-on\rsSharePoint.msi"
/Speech:"\\TEOPAN\SP2010_Prerequisites\Speech Platform\SpeechPlatformRuntime.msi"
/SpeechLPK:"\\TEOPAN\SP2010_Prerequisites\Speech Platform\MSSpeech_SR_en-US_TELE.msi"
/KB976394:"\\TEOPAN\SP2010_Prerequisites\Windows 2008 SP2\Windows6.0-KB976394-x64.msu"

Note-: Change IDFX parameter to IDFXR2 If you are installing this argument file in Windows Server 2008 R2.

Make changes with respect to the file locations for each pre-installer argument/parameter.
Once we are done with the changes save the file with the name ―PrerequisiteInstaller.Arguments.txt.
Copy this file to SharePoint installation folder.
Open the command prompt by typing command CMD.
Locate the SharePoint installation folder.
Type PrerequisiteInstaller.exe and hit enter key


*****************************************************************************
***Command Line Options***
/continue - This is used to tell the installer that it is continuing from a restart
/unattended - No user interaction. Exit codes:
  0    - Success
  1    - Another instance of this application is already running
  2    - Invalid command line parameter(s)
  1001 - A pending restart blocks installation
  3010 - A restart is needed
  Other error codes - From the prerequisite installation that failed last
/? - Display this message

The installer installs from the file specified in the command line options below where 'file' denotes the file to install from. If the option is not specified, it downloads the file from the internet and installs. If the option is not applicable to the current operating system, it ignores it.

 /SQLNCli:file - Install Microsoft SQL Server 2008 Native Client from file

 /ChartControl:file - Install Microsoft Chart Controls for Microsoft .NET Framework 3.5 from file

 /W2K8SP2:file - Install Windows Server 2008 SP2 from file

 /NETFX35SP1:file - Install Microsoft .NET Framework 3.5 SP1 from file

 /PowerShell:file - Install Windows PowerShell 2.0 from file

 /KB976394:file - Install Hotfix for Microsoft Windows (KB976394) from file

 /KB976462:file - Install Hotfix for Microsoft Windows (KB976462) from file

 /IDFX:file - Install Windows Identity Foundation (KB974405) from file

 /IDFXR2:file - Install Windows Identity Foundation (KB974405) for Windows Server 2008 R2 from file

 /Sync:file - Install Microsoft Sync Framework Runtime v1.0 (x64) from file

 /FilterPack:file - Install Microsoft Filter Pack 2.0 from file

 /ADOMD:file - Install Microsoft SQL Server 2008 Analysis Services ADOMD.NET from file

 /ReportingServices:file - Install SQL 2008 R2 Reporting Services SharePoint 2010 Add-in from file

 /Speech:file - Install Microsoft Server Speech Platform Runtime from file

 /SpeechLPKDEDE:file,/SpeechLPK:file,/SpeechLPKESES:file,/SpeechLPKFRFR:file,/SpeechLPKITIT:file,/SpeechLPKKOKR:file,/SpeechLPKPTBR:file and /SpeechLPKRURU:file - Install Microsoft Server Speech Recognition Language - TELE from file for de-de, en-us, es-es, fr-fr, it-it, ko-kr, pt-br and ru-ru locales respectively

No comments:

Post a Comment