Install SharePoint 2010 Beta 2 on Windows 7 (2)
In this article you will find a step by step tutorial on how to correctly install SharePoint 2010 on your Windows 7 computer as a stand alone environment.
Download the public SharePoint 2010 publicbeta from:
Once your download has finished, extract the archive from the command line appending the parameter /extract:c:\YourDestinationFolder to your executable.
Before proceeding with the install, edit the config.xml under c:\YourDestinationFolder\Files\Setup
Now install all the SharePoint's 2010 beta prerequisites. Prerequisites required by your SharePoint installation are:
- Microsoft Filter Pack 2.0 (Beta)
- Microsoft Sync Framework
- Microsoft SQL Server Native Client
- Microsoft Geneva Framework
- Microsoft SQL Server 2008 Analysis Services ADOMD.NET
- Microsoft SQL Server 2008 Express (this will be installed later, as we choose the stand alone installation type)
Start running \SharePointFiles\PrerequisiteInstallerFiles\FilterPack\FilterPack.msi
Microsoft Sync Framework:
As you can see we have installed the Italian version of Microsoft SQL Server Native Client. English installation process results the same.
Microsoft Geneva Framework:
And finally Microsoft SQL Server 2008 Analysis Services ADOMD.NET:
Now you need to enable manually each of the required Windows Features. You can do this quickly by copying and running the following command in a Command Prompt window.
start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures; IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors; IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility; IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-HealthAndDiagnostics; IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-ManagementScriptingTools; IIS-Security;IIS-BasicAuthentication;IIS-WindowsAuthentication;IIS-DigestAuthentication; IIS-RequestFiltering;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic; IIS-WebServerManagementTools;IIS-ManagementConsole;IIS-IIS6ManagementCompatibility; IIS-Metabase;IIS-WMICompatibility;WAS-WindowsActivationService;WAS-ProcessModel; WAS-NetFxEnvironment;WAS-ConfigurationAPI;WCF-HTTP-Activation; WCF-NonHTTP-Activation
The following text contains line breaks. You must remove the line breaks to run this script from a command prompt.
Once the installation starts, please choose the stand alone installation type and click "Next", to start the installation.
After the installation completed, you will be prompted to start the SharePoint Products and Technologies Configuration Wizard. Before starting the wizard, first install the Microsoft SQL Server 2008 KB 970315 x64 that you can find here: SQL Server 2008 KB 970315 x64.
Once this process is finished, you can finally run the Configuration Wizard and set up your SharePoint 2010 environment.
If your configuration fails, as captured in the following screenshot
Failed to create sample Data.
An exception of type Microsoft.Office.Server.UserProfiles.UserProfileException was thrown. Addictional exception information: Unrecognized attribute 'allowInsecureTransport'. Note that attribute names are case-sensitive (C:\Program Files\Common Files\Microsoft Shared\Web Server Extentions\14\WebClients\Profile\client.config line 56)
Then you should edit your "client.config" file placed at C:\Program Files\Common Files\Microsoft Shared\Web Server Extentions\14\WebClients\Profile and completely remove all the instances of the "allowInsecureTransport" attribute.
You are done! Go to your Central Administration and create your first Web Application.
Here are the possible issues that we found during various installations. We describe solutions for some issues hoping that they can help you if you stuck.
If you install on Windows Server 2008 and receive:
Failed to register SharePoint services.
An exception of type System.ServiceProcess.TimeoutException was thrown. Additional exception information: Time out has expired and the operation has not been completed.
System.ServiceProcess.TimeoutException: Time out has expired and the operation has not been completed.
at System.ServiceProcess.ServiceController.WaitForStatus(ServiceControllerStatus desiredStatus, TimeSpan timeout)
install this hotfix:
- Windows 2008 R2: http://support.microsoft.com/kb/976462
- Windows 20008: http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=KB971831&DownloadId=7285
If you receive
Failed to create the configuration database.
An exception of type System.Security.Cryptography.CryptographicException was thrown. Additional exception information: The data is invalid.
Make sure that the Network Service Account has a full control permission set on your SharePoint root (the /14/ folder)
And if got:
Setup is unable to proceed due to the following error(s):
A system restart from a previous installation or update is pending. Restart your computer and run setup to continue.
For the list of pre-requisites needed to install the product please refer to:
http://go.microsoft.com/fwlink/?LinkId=106209
Correct the issue(s) listed above and re-run setup.
Set your registry keys to
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\UpdateExeVolatile = 0
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations = must be deleted!
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· AI与.NET技术实操系列:基于图像分类模型对图像进行分类
· go语言实现终端里的倒计时
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 25岁的心里话
· 闲置电脑爆改个人服务器(超详细) #公网映射 #Vmware虚拟网络编辑器
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· 零经验选手,Compose 一天开发一款小游戏!
· 一起来玩mcp_server_sqlite,让AI帮你做增删改查!!