Prasad Bolla's SharePoint Blog

Click Here to go through the Interesting posts within my Blog.

Click Here to go through the new posts in my blog.

Wednesday, December 14, 2011

Installing SharePoint 2010 on Windows 7

Installing SharePoint 2010 on Windows 2008 is a breeze with the new included Farm Setup Wizard, however installing it under Windows 7 is another story.
I approached SharePoint 2010 the old way, try and see, planning to write a post on how to install SharePoint 2010 on Windows 7, and then realized that Microsoft have promised that with this version the documentation will be here so I tried the MSDN and there it is, a step by step instruction available here: http://msdn.microsoft.com/en-us/library/ee554869(office.14).aspx
The following steps are based on the public beta for SharePoint 2010. So in short what you need to do is:
  1. Extract the SharePoint files into a folder.
  2. Modify the config.xml to be able to install it on Windows 7 by including the <Setting Id="AllowWindowsClientInstall" Value="True"/> tag.
  3. Install prerequisites:
  4. Enable all the necessary windows features using this script.
  5. Reboot your computer (this step is very important don’t skip it otherwise you might get errors when running the configuration wizard).
  6. Install SharePoint 2010 from the extracted folder.
  7. When you are prompted to run the Configuration Wizard, don’t.
  8. Install SQL Server 2008 KB 970315 x64.
  9. Install FIX FOR: WCF: SharePoint Shared Services Roll-up
  10. Now you can run the Configuration Wizard.
  11. Install Visual Studio 2010 Beta 2 Professional.
  12. Download and install the Microsoft SharePoint 2010 SDK.
If you plan to install the Office Web Application again you will need to extract the files then modify the config.xml to allow the Windows 7 installation by including <Setting Id="AllowWindowsClientInstall" Value="True"/> tag.

No comments:

Post a Comment