クリックして評価とフィードバックをお寄せください
TechNet
TechNet ライブラリ
Windows
Windows Server
Web Server
Web サーバー (IIS) の管理
インストール
 Windows Server 2008 R2 への IIS 7.5 の...
Windows Server 2008 R2 への IIS 7.5 のインストール

適用対象: Windows Server 2008

既定では、IIS 7.5 は Windows Server® 2008 R2 にインストールされません。サーバー マネージャーの役割の追加ウィザードを使用するか、コマンド ラインを使用して、IIS 7.5 をインストールできます。

Windows Server 2008 R2 をインストールするときに Server Core インストールを実行すると、Windows Server 2008 R2 のサーバー インストールを必要最低限のみ行うことができます。たとえば、このタイプのインストールでは従来の Windows インターフェイスはインストールされないため、サーバーの構成はコマンド プロンプトから行う必要があります。

要件

管理者の資格情報

この手順を実行するには、次の IIS 管理者の役割のメンバーである必要があります。

  • Web サーバー管理者

Windows Server® 2008 R2 に IIS 7.5 をインストールするには

この手順は、ユーザー インターフェイス (UI) またはスクリプトを使用して行います。

UI を使用する場合

  1. [スタート] ボタン、[管理ツール]、[サービス] を順にクリックします。

  2. [役割の概要] で [役割の追加] をクリックします。

  3. [役割の追加] ウィザードを使用して、Web サーバー ロールを追加します。

Important重要
[役割の追加] ウィザードから IIS をインストールした場合は、最小限のロール サービス セットが含まれる既定インストールになります。[アプリケーション開発] または [健常性と診断] など、IIS の他のロール サービスが必要な場合は、ウィザードのロール サービスを選択するページで、これらの機能に対応するチェック ボックスをオンにします。

スクリプトを使用する場合

  • 次のコマンドをスクリプトに記述します。

    CMD /C START /w PKGMGR.EXE /l:log.etw /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS-ApplicationDevelopment;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-ManagementScriptingTools;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;WAS-WindowsActivationService;WAS-ProcessModel;IIS-FTPServer;IIS-FTPSvc;IIS-FTPExtensibility;IIS-WebDAV;IIS-ASPNET;IIS-NetFxExtensibility;WAS-NetFxEnvironment;WAS-ConfigurationAPI;IIS-ManagementService;MicrosoftWindowsPowerShell

Important重要
このスクリプトを使用した場合は、IIS 7 の完全インストールになります。完全インストールには、IIS の利用可能な機能のパッケージがすべて含まれます。不要な機能パッケージがある場合は、必要なパッケージのみがインストールされるようにスクリプトを編集する必要があります。

Server Core インストールを使用して Windows Server 2008 R2 に IIS 7.5 をインストールするには

.NET Framework に依存する IIS 7 コンポーネントをインストールするには、まず .NET Framework をインストールする必要があります。.NET Framework がインストールされていない場合、.NET Framework に依存するコンポーネントはインストールされません。

スクリプトを使用して、Server Core インストールで .NET Framework と IIS 7.5 の完全インストールを行う場合

  • 次のコマンドをスクリプトに記述します。

    CMD /C START /w PKGMGR.EXE /l:log.etw /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS-ApplicationDevelopment;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-ManagementScriptingTools;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;WAS-WindowsActivationService;WAS-ProcessModel;IIS-FTPServer;IIS-FTPSvc;IIS-FTPExtensibility;IIS-WebDAV;IIS-ASPNET;IIS-NetFxExtensibility;WAS-NetFxEnvironment;WAS-ConfigurationAPI;IIS-ManagementService;MicrosoftWindowsPowerShell;NetFx2-ServerCore;NetFx2-ServerCore-WOW64

スクリプトを使用して、Server Core インストールで IIS 7.5 の完全インストールを行う場合

  • 次のコマンドをスクリプトに記述します。

    CMD /C START /w PKGMGR.EXE /l:log.etw /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS-ApplicationDevelopment;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-ManagementScriptingTools;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;WAS-WindowsActivationService;WAS-ProcessModel;IIS-FTPServer;IIS-FTPSvc;IIS-FTPExtensibility;IIS-WebDAV;IIS-ASPNET;IIS-NetFxExtensibility;WAS-NetFxEnvironment;WAS-ConfigurationAPI;IIS-ManagementService;MicrosoftWindowsPowerShell

Important重要
このスクリプトを使用した場合は、完全インストールになります。完全インストールには、Server Core で利用可能な IIS 機能のパッケージがすべて含まれます。不要な機能パッケージがある場合は、必要なパッケージのみがインストールされるようにスクリプトを編集する必要があります。

スクリプトを使用して既定の Server Core インストールを行う場合

  • 次のコマンドをスクリプトに記述します。

    start /w pkgmgr /l:log.etw /iu:IIS-WebServerRole;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI

Important重要
このスクリプトを使用した場合は、既定のインストールになります。既定のインストールには、利用可能な最低限の IIS 機能のパッケージ セットが含まれます。

参照

コミュニティ コンテンツ   コミュニティ コンテンツとは
新しいコンテンツの追加 RSS  注釈
Processing
© 2012 Microsoft. All rights reserved. 使用条件 | 商標 | プライバシー
Page view tracker