I’ve had a couple of questions on configuring the Web and Application server roles on Windows Server 2008 to support Microsoft SharePoint Server and Foundation 2010. This post will describe the minimal prerequisite configuration to support Microsoft SharePoint Server and Foundation 2010 on Windows Server 2008.
NOTE
PrerequisiteInstaller.exe can be used to programmatically configure Web and application servers and install the required prerequisite software. See also http://blogs.technet.com/wbaer/archive/2009/11/18/installation-notes-for-microsoft-sharepoint-server-and-microsoft-sharepoint-foundation-2010-beta.aspx.
Required Roles
Role Services
Features
Optionally you can configure the required Roles, Roles Services, and Features by running the following statement from an elevated 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
Isn't it .NET framework 3.5.1 SP1?
.NET Framework 3.5 with Service Pack 1 is required; however, installed by PrerequisiteInstaller.exe.