博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
脚本方式安装 IIS7
阅读量:5843 次
发布时间:2019-06-18

本文共 1435 字,大约阅读时间需要 4 分钟。

使用此脚本将完整安装的 IIS,并可根据自己的需要进行编辑以安装需要的功能包。注意该脚本命令行不支持 Server Core 下的 II7 安装,如需 Server Core 下的完整安装脚本请访问:
,因为 Server Core 不支持 .Net Framework,所以 IIS7 也就无法支持 DotNet。

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-ODBCLogging;IIS-Security;IIS-BasicAuthentication;IIS-WindowsAuthentication;IIS-DigestAuthentication;IIS-ClientCertificateMappingAuthentication;IIS-IISCertificateMappingAuthentication;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;IIS-FTPPublishingService;IIS-FTPServer;IIS-FTPManagement;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI
而下面的脚本则进行 IIS7 的默认安装,即最小化安装。

start /w pkgmgr /iu:IIS-WebServerRole;WAS-WindowsActivationService;WAS-ProcessModel

注意:以上脚本中均不包含换行。
本文转自 苏繁 51CTO博客,原文链接:http://blog.51cto.com/goxia/224767,如需转载请自行联系原作者
你可能感兴趣的文章
【开源】C#信息抽取系统【招募C#队友】
查看>>
angular 表单操作
查看>>
站内消息弹出层简单实现
查看>>
HDU - Pseudoforest
查看>>
Nexus杂
查看>>
android提权
查看>>
Android --- GreenDao的实现(ORM框架)
查看>>
正则3
查看>>
HUT-XXXX The window of the dazzling 模拟
查看>>
用Java发起HTTP请求与获取状态码(含状态码列表)
查看>>
virtualbox + vagrant
查看>>
10410:Tree Reconstruction
查看>>
一个例子?
查看>>
微信内下载APK 微信浏览器apk下载的解决方案
查看>>
js_coding
查看>>
[linux]查看机器有几个cpu,是否支持64位
查看>>
eclipse 3.x中热部署WEB程序TOMCAT配置
查看>>
Linux平台Java调用so库-JNI使用例子
查看>>
PCM数据格式,多少字节算一帧
查看>>
python获取当前路径的方法
查看>>