WEB开发网
开发学院服务器WEB服务器IIS Win7的IIS自动安装脚本 阅读

Win7的IIS自动安装脚本

 2012-11-07 21:32:48 来源:WEB开发网   
核心提示: Win7的IIS自动安装脚本,适用于Windows7系统,该自动安装程序简化了安装IIS的繁琐步骤,Win7的IIS自动安装脚本,且无须操作系统光盘方便携带,各组件可选安装,为基于IIS的软件开发和部署带来了极大的便利

 Win7的IIS自动安装脚本,适用于Windows7系统。该自动安装程序简化了安装IIS的繁琐步骤,且无须操作系统光盘方便携带,各组件可选安装,为基于IIS的软件开发和部署带来了极大的便利。

@echo off
echo 正在添加IIS功能,这可能需要几分钟时间...
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-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-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
echo IIS已添加成功!
pause

Tags:Win IIS 自动

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接