Click here to Skip to main content
15,881,852 members
Articles / Operating Systems / Windows 7

Installing SharePoint Server 2010 on Windows 7 x64

Rate me:
Please Sign up or sign in to vote.
4.34/5 (27 votes)
20 Nov 2009Ms-PL1 min read 218.3K   29   26
A small guide to installing SP2010 on your client OS

Introduction

If you wanted to install WSS v3 / MOSS 2007 on your client OS, you had to use all sorts of tricks and tools.
There was this tool from Bamboo Solutions.

But now, you can simply install SharePoint Server 2010 on your client OS just by modifying a config file.

Requirements

  • Process Explorer (Download)
  • SharePoint Server 2010 Beta installer (I used en_sharepoint_server_2010_beta_x64_x16-19249.exe)
  • Windows 7 x64 as client OS

Installation

Ok, let's start up the SharePoint installer and you'll get the following error when trying to install SharePoint:

Image 1

It seems that SharePoint Server 2010 is only compatible with Windows Server 2008 x64. But it's not.
Ok, start up Process Explorer while the installer splashscreen is running and you'll see the following:

setup_path.png

So it seems that the installer was unpacked in C:\Program Files (x86)\MSECache\oserver2010. You can browse to that directory now.

  • Go to C:\Program Files (x86)\MSECache\oserver2010
  • Go to the Files folder
  • Go to the Setup folder
  • Open config.xml
  • Add the following line before the closing </configuration> tag
XML
<Setting Id="AllowWindowsClientInstall" Value="True"/>

Once you've modified the config file, you'll be able to install SharePoint Server 2010 on your Windows 7 machine!
Now you can have your development environment without even dual booting with Server 2008.

Enjoy!

History

  • 20th November, 2009: Initial post

License

This article, along with any associated source code and files, is licensed under The Microsoft Public License (Ms-PL)


Written By
Technical Lead RealDolmen
Belgium Belgium
I'm a Technical Consultant at RealDolmen, one of the largest players on the Belgian IT market: http://www.realdolmen.com

All posts also appear on my blogs: http://blog.sandrinodimattia.net and http://blog.fabriccontroller.net

Comments and Discussions

 
RantExcellent trick, however...still Pre-requirements must be installed before Pin
c_marius21-Feb-10 3:17
c_marius21-Feb-10 3:17 
GeneralRe: Excellent trick, however...still Pre-requirements must be installed before Pin
Ali BaderEddin8-Jun-10 21:31
Ali BaderEddin8-Jun-10 21:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.