dism で IIS7.5 のインストール

by kusakari 14. 1月 2010 18:37

以前、IIS7.5のコンポーネント一覧とコマンドからのインストール で pkgmgr を使ったIISのインストールを投稿しましたが、今回は dism を使ってインストールをしてみたいと思います。

 

下記の、DISMコマンドを実行した場合...。

dism /online /enable-feature /featurename:IIS-WebServerRole /featurename:IIS-NetFxExtensibility /featurename:IIS-ISAPIFilter /featurename:IIS-ISAPIExtensions /featurename:IIS-ASPNET /featurename:IIS-ASP /featurename:IIS-CGI /featurename:IIS-HttpRedirect /featurename:IIS-ServerSideIncludes /featurename:IIS-HttpTracing /featurename:IIS-CustomLogging /featurename:IIS-ODBCLogging /featurename:IIS-BasicAuthentication /featurename:IIS-WindowsAuthentication /featurename:IIS-DigestAuthentication /featurename:IIS-ClientCertificateMappingAuthentication /featurename:IIS-IISCertificateMappingAuthentication /featurename:IIS-URLAuthorization /featurename:IIS-IPSecurity /featurename:IIS-HttpCompressionDynamic /featurename:IIS-LoggingLibraries

 

結果は下図のようになります。
4017393

 

 

 

dismのパッケージ一覧を確認する場合は、下記コマンドを実行します。

dism /online /get-features

 

また、特定のパッケージの情報を確認するには、下記のように「get-featureinfo」を使います。

dism /online /get-featureinfo:IIS-WebServerRole

コメントを書く


(アイコンを表示しますか Gravatar )

  Country flag

biuquote
  • コメント
  • プレビュー
Loading



Calendar

<<  9月 2010  >>
月曜火曜水曜木曜金曜土曜日曜
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910

View posts in large calendar

RecentComments

Comment RSS