문제

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?

도움이 되었습니까?

해결책

You should be able to use dism.exe or pkgmgr.exe or ocsetup.exe to automate the installation of this component. You can technically do this these days because Windows Vista ( as far as I know ) always caches the WIM file needed to install the component.

Still, I wouldn't do it. I'd just upgrade to InstallShield 2010 which has native II7 capabilities. Or you could use Windows Installer XML 3.5 which has the same. You eliminate the dependency and simplify the deployment in the process.

If you decide to do it anyways, check out this good article:

Install Typical IIS Workloads

UI Name Update Name

IIS 6 Metabase Compatibility IIS-Metabase

IIS 6 WMI Compatibility

IIS-WMICompatibility IIS 6

Scripting Tools IIS-LegacyScripts

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top