Wie ihr ja wahrscheinlich alle schon gehört habt, können Entwickler SharePoint 2010 auch auf Windows 7 laufen lassen:
Tja um so verwundert war ich, als ich mit der neuen Beta voller Vorfreude auf meinem Windows7 Rechner das setup ausführen wollte und diesen Bildschirm vorfand:

Hmm… So haben Peter und ich das auch beim MSDN-Technet-Briefing erzählt und das auf die Beta geschoben. Doch ihr werdet nicht glauben über was ich da heute auf msdn gestolpert bin -> durch die einfache Modifikation eines xml-Files kann man die obige Fehlermeldung beseitigen und siehe da SharePoint is runing on my windows 7.
Wie geht das?? Ganz einfach:
Wenn man das setup laufen hat, startet man einfach den Taskmanager und geht bei setup.exe auf Eigenschaften um den Dateipfad ausfindig zu machen.
Dort wechselt man dann in das Verzeichnis Files -> Setup (also bei mir C:\Program Files (x86)\MSECache\oserver2010\Files\Setup), öffnet das config.xml File und setzt dort folgenden Eintrag
<Setting Id="AllowWindowsClientInstall" Value="True"/>
Viola ->

Die Prerequisites habe ich nicht zum Laufen gebracht, aber was man alles auf der Windows 7 Maschine noch zusätzliches braucht:
1. If you are using Windows Vista Service Pack 1, Windows Vista Service Pack 2, or Windows 7, install the following additional prerequisites:
· Microsoft FilterPack 2.0 Beta. At a command prompt, type the following.
c:\SharePointFiles\PrerequisiteInstallerFiles\FilterPack\FilterPack.msi
· Microsoft Sync Framework
· SQL Server Native Client
· Microsoft Geneva Framework Beta 1 Runtime for x64
· ADO.NET Data Services v1.5, which is required to support the REST service that is available at http://localhost/_vti_bin/ListData.svc. Choose the Runtime Only installer.
· Chart Controls (this is not required if you are going to install SharePoint Foundation 2010).
· SQL Server Analysis Services - ADOMD.Net (this is not required if you are going to install SharePoint Foundation 2010).
2. Manually enable each of the required Windows Features. 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
Dann oben angeführten Installer laufen lassen:

Und dann nicht vor lauter Enthusiasmus auf folgendes vergessen:
1. 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. With the wizard open, do the following:
a. Install SQL Server 2008 KB 970315 x64.
b. After the Microsoft SQL Server 2008 KB 970315 x64 installation is finished, complete the wizard.
Eigentlich wollte ich heute mal früher schlafen gehen, aber was tut man nicht alles für so einen genialen Screenshot ;-)):
Ich will jetzt unbedingt vom Microsoft Marketing ein eigenes Logo I’m running SharePoint on Windows 7

:)
Weiterführende Infos auf: http://msdn.microsoft.com/en-us/library/ee554869(office.14).aspx