Just found out this batch script from Microsoft. Maybe you ever found this solution, but better to share piece by piece than just share the link from Microsoft.
The code below actually just to tick some other features in IIS needed for SharePoint 2010 installation. I found this script very useful especially when you want a rapid deployment to production, just run the batch job, and IIS feature prerequisites action will be OK. And then after this batch job, you can run any other required steps before install SharePoint 2010.
IIS Features for SP 2010
- 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
Save it to notepad, with *.BAT extensions, and run it. Hope it helps you out! You can share this article to anyone you know, or tick +1 if you helped by this article…
Tidak ada komentar:
Posting Komentar
[give me your ideas, hopes, comments and compliments below...]
[aaand...... +1 if you need to....]