IIS 7.0: Windows Server 2008 への IIS 7.0 のインストール

適用対象: Windows 7, Windows Server 2008, Windows Server 2008 R2, Windows Vista

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

要件

管理者の資格情報

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

  • サーバー管理者

Windows Server 2008 に IIS 7.0 をインストールするには

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

UI を使用するには
  1. [スタート] をクリックし、[管理ツール] をポイントして、[サーバー マネージャ] をクリックします。

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

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

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

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

    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

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

関連項目

pkgmgr.exe の詳細については、Microsoft Web サイトのダウンロード センターにある「Windows Automated Installation Kit (WAIK) User's Guide for Windows Vista®」を参照してください。

タグ :


Page view tracker