Share via


【IIS7】 セットアップ・展開 Part II

ご紹介が遅れた点をひとつ。MSDNで入手できる環境をお使いの方に情報で、February CTP用のリリースノートAddendumが並んでダウンロードできるようになっており、以下の記述があります。

IIS 7.0 installation
Internet Information Services (IIS) 7.0 is not installed by default.

以下、pkgmgrコマンドでインストールするコマンドラインの記述があります。
例えば、最もリッチな内容でインストールするコマンドはこれ。(以前ここではリンクをご紹介するに留めておきました。)

start /w pkgmgr /l:log.etw /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

ということで他の点も含めてリリースノートを是非お読みください。

Comments

  • Anonymous
    January 01, 2003
    Just FYI...IIS 7.0 installation  Internet Information Services (IIS) 7.0 is not installed by default. 以下、pkgmgrコマンドでインストールするコマンドラインの記述があります。 例えば、最もリッチな内容でインストールするコマンドはこれ。(以前ここではリンクをご紹介するに留めておきました。)