SharePoint Development Blog

Nick Boumans
View my LinkedIn Profile Follow me on Twitter View my Profile on FaceBook View my projects on CodePlex View my presentations on SlideShare



Recent posts

Tags

Categories

Navigation

Pages

Archive

Blogroll

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

Installing SharePoint 2010 on Windows 7

Installation Guide

A nice feature of SharePoint 2010 (Foundation and Server) is that you can install a single server environment on Windows 7. Waning, only use this type of installation for development purposes. After downloading a copy of SharePoint 2010 (beta at the moment) from e.g. MSDN you can’t directly install it on Windows 7. If you try to run the installer as administrator you get a message like: “Setup is unable to proceed due to the following error(s): This product requires Windows Server 2008 (x64). Correct the issue(s) listed above and re-run setup.”
To install it on Windows 7 you have to follow the next steps:

  1. Copy the installer to your harddrive of installation (e.g. C:\sharepoint)
  2. Rename the installer to spinstaller.exe
  3. Extract the installation files by opening a Command Prompt (Run > CMD)
  4. Type: C:\sharepoint\spinstaller /extract:c:\sharepoint
  5. This will extract the installer
  6. Navigate in your Windows Explorer to: c:\sharepoint\files\setup\config.xml
  7. Edit this file in notepad and add the next line <Setting Id="AllowWindowsClientInstall" Value="True"/> just before the </Cofiguration> tag (Case sensitive)
  8. Save the configuration file
  9. Make sure the next Windows Features are turned on (Control Panel > Turn Windows Features on or off):

//You can do this quickly by copying and running the following command in a Command Prompt window.
//The following text contains line breaks. You must remove the line breaks to run this script from a command prompt.
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-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
  1. Install SharePoint 2010 by running c:\sharepoint\setup.exe as administrator
  2. Choose the installation you want: Standalone (Installs SQL Server Express)
  3. After the installation is complete 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.
    1. After the Microsoft SQL Server 2008 KB 970315 x64 installation is finished, complete the wizard. If it is closed you can find it in your start menu.
    2. Note: Some people also had to install HotFix KB976462 available here https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=23806&wa=wsignin1.0 before running the configuration wizard.

Note: you can even install SharePoint 2010 on Windows Vista. Please visit http://msdn.microsoft.com/en-us/library/ee554869(office.14).aspx for more information.

Trouble Shooting

  • If the configuration wizard breaks at step 2, showing the next error message: "System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.IdentityModel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified." a dll of the Geneva Framework is missing. Please install this framework containing the DLL and run the wizard againg. The next link contains the right dll: Download Geneva Framework. 
  • If the configuration wizard breaks at step 8, showing the next error message:

The WCF-NonHttp-Activation Windows Feature isn't checked. If you followed the tutorial on MSDN: http://msdn.microsoft.com/en-us/library/ee554869(office.14).aspx and didn't use the script but cross checked the features with the screenshots in the article, you missed this feature. Activate it (command prompt: start /w pkgmgr /iu:WCF-HTTP-Activation;WCF-NonHTTP-Activation;) or by Control Panel > Programs > Turn Windows Features on or off.

Posted: Nov 25 2009, 07:43 by Nick Boumans | Comments (0) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Download SharePoint 2010 Public Beta now

Today the public beta of Office 2010, SharePoint Server 2010, Visio 2010, Project 2010 and Office Web Apps is announced for customers and partners. You can download the beta at http://www.microsoft.com/2010. Or directly from your MSDN Subscribtion download page: http://msdn.microsoft.com/en-us/subscriptions/cc137115.aspx

If you didn't know already SharePoint 2010 (twenty-ten) is x64 only. If you are a favourite of Virtual PC 2007 you can't load x64 guest operation systems. Please use HyperV, VMWare or VirtualBox instead.

In 2010 we use new names:
WSS 4.0 = SharePoint Foundation 2010
MOSS = SharePoint Server 2010
14-hive = Root

SharePoint 2010 system requirements: http://technet.microsoft.com/en-us/library/cc262485(office.14).aspx

Posted: Nov 18 2009, 20:16 by Nick Boumans | Comments (0) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: 2010 | Twenty-Ten

Upgrading an Existing Master Page to the SharePoint Foundation Master Page

"There have been significant changes to the user interface (UI) for Microsoft SharePoint Foundation 2010, including the addition of the Ribbon. By default, the v4.master page includes the Ribbon. Many of the commands previously found in menus and toolbars now exist inside of the Ribbon. As a result, if your existing master page does not contain the Ribbon, many commands will be unavailable. This topic shows you how to add the Ribbon along with any new controls or content placeholders that are required for an existing master page to render correctly in SharePoint Foundation 2010."

http://msdn.microsoft.com/en-us/library/ee539981(office.14).aspx

Posted: Nov 09 2009, 08:19 by Nick Boumans | Comments (0) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: Twenty-Ten | 2010