- Install SQL Server 2008. I used R2, but you can use any version listed in the requirements.
- Ensure all of the required IIS features are installed through Programs and Features. The easiest way to do this is to use the script that Microsoft provides. You can do this by copying the following into 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-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
- Update IIS and Microsoft .NET Framework 3.5.1 to use .NET Framework Version 2.0 instead of 4.0. You can do this by opening IIS, clicking the root host and then clicking Change .NET Framework Version in the right Actions pane.
- Install SharePoint 2010 prerequisites for Windows 7. The only ones I needed to install were the following:
- Windows Identity Foundation (Windows6.1-KB974405-x64.msu)
- Chart Controls
- SQL Server Analysis Services - ADOMD.Net
- Per the setup instructions, before running SharePoint setup, update the SharePoint 2010 config.xml found under [SharePointSetupFiles]\Files\Setup. You will need to change the Setting Value in AllowWindowsClientInstall to True.
Setting Up the Development Environment for SharePoint 2010 on Windows Vista, Windows 7, and Windows Server 2008
Hardware and software requirements (SharePoint Server 2010)

Thanks, but it will be more informative if you have included the problem encounter during the installation within this post
ReplyDeleteHi I am also working with sharepoint installed on a Windows 8 developer preview machine, but I have problems with Windows Identity Foundation. After successfully completing the basic installation, the configuration wizard started and tried to configure the database then I got an error: can not find windows.indentitymodel 3.5
ReplyDeleteSadly I don't have a working instance anymore. You could try installing the WIF SDK per this discussion. Best of luck.
ReplyDeletehttp://stackoverflow.com/questions/3001598/where-is-the-microsoft-identitymodel-dll
thank you for your reaction. But unfortunately it's not the solution for the problem, to install the sdk you need also the Windows identity foundation. I've download the update for windows 7 x64 from this site http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=17331 and used this manual http://blogs.msdn.com/b/dmitrim/archive/2011/02/23/sharepoint-foundation-2010-on-windows-azure.aspx to get de update working without a positief result.
ReplyDelete