Prepare the Destination Computer for SharePoint
(Small Business users can skip this step.)
Before installing SharePoint you must first prepare the destination computer by installing the necessary prerequisite Windows components.
SharePoint 2010 on Windows Server 2008 (SP2 or R2)
- Review the hardware requirements for installing SharePoint 2010.
- Click on Start -> Control Panel
-> Administrative Tools-> Server Manager. - In Server Manager right-click on Roles and select Add Role.
- Add the role Web Service (IIS), including
- ASP.NET
- .NET Extensibility
- ISAPI Extensions
- ISAPI Filters
- Basic Authentication
- Windows Authentication
- Request Filtering
- IIS Management Console
- IIS Management Scripts and Tools
- IIS 6 Metabase Compatibility
- Add the role Application Server.
- Right-click on Features and select Add Feature.
Click on Remote Server Administration Tools
-> Role Administration Tools. Check the box to add the feature Web Server (IIS) Tools. - Insert the SharePoint Server 2010 DVD disc
and click on Install software prerequisites. (If the option
does not appear, run
D:\PrerequisiteInstaller.exe , where D: is the disk letter of your DVD drive.) This will download and install any additional prerequisite software that is needed to run SharePoint 2010.
SharePoint 2007 (WSS 3.0) on Windows Server 2008
- Click on Start -> Control Panel
-> Administrative Tools-> Server Manager. - In Server Manager right-click on Roles and select Add Role.
- Add the role Web Service (IIS), including
- ASP.NET
- .NET Extensibility
- ISAPI Extensions
- ISAPI Filters
- Basic Authentication
- Windows Authentication
- Request Filtering
- IIS Management Console
- IIS Management Scripts and Tools
- IIS 6 Metabase Compatibility
- Add the role Application Server.
- Right-click on Features and select Add Feature.
Click on Remote Server Administration Tools
-> Role Administration Tools. Check the box to add the feature Web Server (IIS) Tools.
SharePoint 2007 (WSS 3.0) on Windows Server 2003
- Click on Start -> Settings
-> Control Panel-> Add/Remove Programs. - Click the button Add/Remove Windows Components.
- Install Internet Information Services (IIS), including
- ASP.NET
- World Wide Web Service
- Click Next to install the components from the Windows CD/DVD.
- Download and install .NET Framework 3.0.
- Go to Windows Update and apply all updates.
- Register
.NET 3.0 with IIS: open an administrative console and type:
(Use v2.0.50727. Version 3.0 is actually an add-on tocd /d C:\Windows\Microsoft.NET\Framework\v2.0.50727
aspnet_regiis -i
iisreset
.NET 2.0.)
SharePoint 2.0
- Click on Start -> Settings
-> Control Panel-> Add/Remove Programs. - Click the button Add/Remove Windows Components.
- Install Internet Information Services (IIS), including
- ASP.NET
- World Wide Web Service
- Click Next to install the components from the Windows CD/DVD.
- Download and install .NET Framework 2.0.
- Go to Windows Update and apply all updates.
- Register
.NET 2.0 with IIS: open an administrative console and type:
cd /d C:\Windows\Microsoft.NET\Framework\v2.0.50727
aspnet_regiis -i
iisreset - If plan to install WSS 2.0 (32-bit) on an x64 operating system
(64-bit), open an administrative console and type:
cd /d C:\Inetpub\AdminScripts
cscript adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1
Next step: Install SharePoint
| UMove for Active Directory |
| Introduction | ||||
| Choice of Operation | ||||
| Loading Active Directory | ||||
| Advanced Topics | ||||
| Moving SharePoint | ||||
| Prepare the Destination Computer for SharePoint | ||||
| Install SharePoint | ||||
| Move AD and the SharePoint Database | ||||
| Error Messages | ||||
