SharePoint 2010 Installation
Now that SharePoint 2010 Beta and Office 2010 Beta is available to download from MSDN, TechNet and Connect website, points to note (for self reference) from Jie Liâs Blog post.
- This beta is not supported and you CANNOT upgrade the installation to RTM when itâs released. This Beta should only be used for evaluation purpose.
- Windows Server 2008 R2 requires a hotfix which is not yet released to have the service applications running so I donât recommend to use that now. Web Server Editions are not supported.
Before you install SharePoint 2010 Beta
- Install WCF FIX: A hotfix that provides a method to support the token authentication without transport security or message encryption in WCF is available for the .NET Framework 3.5 SP1 (Windows Server 2008, Windows Server 2008 R2 â link not activated yet)
- On Windows Server 2008, additional files are needed.
- .Net Framework 3.5 SP1 .NET Framework 3.5 Service Pack 1 (Full Package) KB959209 KB967190
- PowerShell V2 RTM http://www.microsoft.com/downloads/details.aspx?FamilyId=d37e25cf-db05-4b23-a852-cdf865d81b82&displaylang=en
- Prepare SQL Server 2005/2008 environment.
- SQL Server 2005 SP3 and CU3
- SQL Server 2008 SP1 and CU2
- Pre-requisites for SharePoint 2010 Beta
- Microsoft SQL Server 2008 Native Client:
http://download.microsoft.com/download/3/5/5/35522a0d-9743-4b8c-a5b3-f10529178b8a/sqlncli.msi - Microsoft "Geneva" Framework Runtime
http://download.microsoft.com/download/F/3/D/F3D66A7E-C974-4A60-B7A5-382A61EB7BC6/MicrosoftGenevaFramework.amd64.msi - Microsoft Sync Framework Runtime v1.0 (x64)
http://download.microsoft.com/download/C/9/F/C9F6B386-824B-4F9E-BD5D-F95BB254EC61/Redist/amd64/Microsoft%20Sync%20Framework/Synchronization.msi - Microsoft Chart Controls for Microsoft .NET Framework 3.5
http://download.microsoft.com/download/c/c/4/cc4dcac6-ea60-4868-a8e0-62a8510aa747/MSChart.exe - Microsoft SQL Server 2008 Analysis Services ADOMD.NET
http://download.microsoft.com/download/A/D/0/AD021EF1-9CBC-4D11-AB51-6A65019D4706/SQLSERVER2008_ASADOMD10.msi
- Microsoft SQL Server 2008 Native Client:
Install SharePoint 2010 Beta
- Setup the farm using complete farm installation.
- Go with configuration wizard to setup all service applications.
- Read Config Profile Synchronization to setup profile sync.
Additional Steps for SharePoint Installation on a DC
- If you are using SharePoint on DC, the following Windows PowerShell command would need to be run to enable Sandboxed Solutions.
$acl = Get-Acl HKLM:\System\CurrentControlSet\Control\ComputerName
$person = [System.Security.Principal.NTAccount]"Users"
$access = [System.Security.AccessControl.RegistryRights]::FullControl
$inheritance = [System.Security.AccessControl.InheritanceFlags]"ContainerInherit, ObjectInherit"
$propagation = [System.Security.AccessControl.PropagationFlags]::None
$type = [System.Security.AccessControl.AccessControlType]::Allow
$rule = New-Object System.Security.AccessControl.RegistryAccessRule($person, $access, $inheritance, $propagation, $type)
$acl.AddAccessRule($rule)
Set-Acl HKLM:\System\CurrentControlSet\Control\ComputerName $acl
Additional Steps for Office Web Applications Installation on a DC
- If you are trying to use Office Web Applications on DC, then the following commands need to be run to make the services work.
$e = Get-SPServiceApplication | where {$_.TypeName.Equals("Word Viewing Service Application")}
$e.WordServerIsSandboxed = $false
$e.WordServerIsSandboxed$p = Get-SPServiceApplication | where {$_.TypeName.Equals("PowerPoint Service Application")}
$p.EnableSandboxedViewing = $false
$p.EnableSandboxedEditing = $false
$p.EnableSandboxedViewing
$p.EnableSandboxedEditingIn the server’s c:\windows\system32\inetsrv\config\applicationHost.config
Add the line below in the end of the dynamicTypes.
<add mimeType="application/zip" enabled="false" />IISRESET
Enable Developer Dashboard
-
Enable Developer Dashboard and turn to OnDemand for troubleshooting page performance issues.
-
STSADM: stsadm -o setproperty -pn developer-dashboard -pv OnDemand
-
Windows PowerShell:
$svc=[Microsoft.SharePoint.Administration.SPWebService]::ContentService
$ddsetting=$svc.DeveloperDashboardSettings
$ddsetting.DisplayLevel=[Microsoft.SharePoint.Administration.SPDeveloperDashboardLevel]::OnDemand
$ddsetting.Update()
-
All content for this post is from Jie Liâs blog post more as note to self, for installing SharePoint 2010 Beta and Office 2010 Beta.
- Thanks, that is quite useful!...
- Hi Guys, Any one know how to push this out to multiple ma...
- Cheers mate. tried a bunch of stuff and this worked a treat ...
- .. ] is another nice source of information on this topic..]...
- I found easier way to do so. Tools-> Options-> Mail F...
- Yeah I was wondering how to sign up for the Windows Live Hot...
- Hello, I already have the image embedded into the html si...
- make sure you do all line breaks with shift + enter and b...
- after creating a sig with the logo you want, you can open MS...
- What if there is not signature folder, I'm doing this remote...



SharePoint 2010: Novedades en la instalación (I)! « PasiĂłn por la tecnologĂa… said,
Wrote on November 19, 2009 @ 7:19 pm
[...] http://www.alpesh.nakars.com/blog/sharepoint-2010-installation/ [...]
SharePoint 2010: Novedades en la instalación (I)! - Blog del CIIN said,
Wrote on November 19, 2009 @ 7:29 pm
[...] http://www.alpesh.nakars.com/blog/sharepoint-2010-installation/ [...]
SharePoint Buzz said,
Wrote on November 25, 2009 @ 12:23 am
SharePoint 2010 Beta Installation Roundup…
Many bloggers are posting their SharePoint 2010 Beta install ……
Ù ŰŹÛŰŻ ۱ÙۧÙÛ : ŰźÙŰ§Ű”Ù Ű§ŰźŰšŰ§Ű± 20:10 - ۳۱ÙÛŰł ÙÙÛ ÙۧŰŰŻ Ù۔ۚ said,
Wrote on December 8, 2009 @ 1:14 am
[...] Khalil’s Installing SharePoint 2010 Beta on a Windows 2008 R2 Server Alpesh Nakar’s SharePoint 2010 Installation UK SharePoint Team blog’s Installing SharePoint 2010 beta 2 on a single machine Sahil [...]