SharePoint Prerequisites

In this second part I’ll let you see how to install the prerequisites that are needed for a successful SharePoint 2010 installation.

In part 1 of these series you might have read that I install everything on one server. Windows 2008 R2, Active Directory and SQL 2008 R2 CTP. When you’re in the same situation you don’t have to install the SQL Client tools (sqlncli.exe) and the SQL 2008 ADOMD 1.0 (SQLSERVER2008_ASADOMD10.msi).

The PowerShell script (copy script below to text file and save as .ps1 file) will be like:

#Execute prerequisiteinstaller.exe with the unattended parameter to install SharePoint prereqs
& ‘<path to SP2010 install files>\prerequisiteinstaller.exe’ ‘/unattended’ ‘/ChartControl:<path>\MSChart.exe’ ‘/IDFX:<path>\MicrosoftGenevaFramework.amd64.msi’ ‘/Sync:<path>\Synchronization.msi’ ‘/FilterPack:<path to SP2010 install files>\PrerequisiteInstallerFiles\FilterPack\FilterPack.msi’
& ‘iisreset’

If SQL is installed on another server you have to add the following parameters in the script behind “/unattended”:

‘/SQLNCLi:<path>\sqlncli.msi’ ‘/ADOMD:<path>\SQLSERVER2008_ASADOMD10.msi’

When you do not already have installed the IIS serverrole and/or Application serverrole, the prerequisitesinstaller starts the installation by installing both these roles (see screenshot)

prereq1

The installation continues with all the other software:

Microsoft Geneva Framework

prereq2

Microsoft SQL Server 2008 Analysis Services ADOMD.NET

prereq3

Finally, your Programs and Features will show all installed prerequisites:

prereq4

The series:

Part 1: DC prerequisites

Part 2: SharePoint 2010 prerequisites

Part 3: SharePoint 2010 server installation (coming soon)

  • Share/Save/Bookmark

Tags: , ,

Free wordpress themes | Drupal themes | Joomla templates | Free mediawiki themes | Free pligg themes | Web templates" | Customizable Website Templates |

2 Responses to “SharePoint 2010 scripted install with powershell part 2”

Trackbacks/Pingbacks

  1. SharePoint 2010 scripted install with powershell part 1
  2. Tweets die vermelden SharePoint 2010 scripted install with powershell part 2 -- Topsy.com

Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>