I have an application that I am wrapping up in an installer. I would like to, either through the registry, or by writing a script, enable IIS 6 metabase compatibility in IIS 7.
Does anyone know if this is possible?
I have an application that I am wrapping up in an installer. I would like to, either through the registry, or by writing a script, enable IIS 6 metabase compatibility in IIS 7.
Does anyone know if this is possible?
このコンポーネントのインストールを自動化するには、 dism.exe、 pkgmgr.exe、またはocsetup.exeを使用できるはずです。Windows Vista (私の知る限り) は、コンポーネントのインストールに必要な WIM ファイルを常にキャッシュするため、最近は技術的にこれを行うことができます。
それでも、私はそれをしません。ネイティブの II7 機能を備えた InstallShield 2010 にアップグレードするだけです。または、同じ機能を持つ Windows Installer XML 3.5 を使用することもできます。依存関係を排除し、プロセスの展開を簡素化します。
とにかくそれを行うことにした場合は、この良い記事をチェックしてください。
UI 名の更新名
IIS 6 メタベースの互換性 IIS メタベース
IIS 6 WMI の互換性
IIS-WMI 互換性 IIS 6
スクリプト ツール IIS-LegacyScripts