web developer tips (70):使用命令脚本安装IIS7
生活随笔
收集整理的這篇文章主要介紹了
web developer tips (70):使用命令脚本安装IIS7
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
原文地址: how to install win7 RC IIS through command script
注:原文是在windows 7rc 版本下用命令腳本來安裝,不過2009年10月22日windows 7 已經(jīng)正式發(fā)布了。因此本文沒有用原文中的安裝腳本命令。而是在查詢有關(guān)資料后,使用下面通用的腳本命令。
http://www.watch-life.net/visual-studio/install-iis-7-from-the-command-line.html
Windows Vista Professional, Windows Vista Ultimate, or Windows Server 2008 Editions,window7安裝iis7命令腳本如下:
start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ASP;IIS-CGI;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-Security;IIS-BasicAuthentication;IIS-URLAuthorization;IIS-RequestFiltering;IIS-IPSecurity;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic;IIS-WebServerManagementTools;IIS-ManagementConsole;IIS-ManagementScriptingTools;IIS-ManagementService;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;IIS-LegacySnapIn;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI
Vista Home Premium安裝iis7命令腳本如下:
IIS-ASPNET;IIS-NetFxExtensibility;IIS-ASP;IIS-CGI;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-Security;IIS-BasicAuthentication;IIS-URLAuthorization;IIS-RequestFiltering;IIS-IPSecurity;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic;IIS-WebServerManagementTools;IIS-ManagementConsole;IIS-ManagementScriptingTools;IIS-ManagementService;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;IIS-LegacySnapIn;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI
有關(guān)安裝iis命令腳本的更多詳細(xì)內(nèi)容參見:Installing IIS 7.0 from the Command Line
有關(guān)is7的安裝的更多詳細(xì)內(nèi)容見:Installing IIS 7.0
?
更多文章見:守望軒[http://www.watch-life.net/]
總結(jié)
以上是生活随笔為你收集整理的web developer tips (70):使用命令脚本安装IIS7的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 一款非常好用的Linux下的C/C++
- 下一篇: 2009暑期实践报告