Web setup MSI fails on Windows Server 2008

后端 未结 2 1839
一个人的身影
一个人的身影 2021-02-04 02:57

I have built a web setup project in VS2008 which installs my ASP.NET/Silverlight app into IIS. This works fine everywhere except on Windows Server 2008.

I get this error

2条回答
  •  无人共我
    2021-02-04 03:20

    Web Setup projects (vdproj) require IIS 6 Management Compatibility to be installed on IIS 7 in order for the installer to work correctly. You only need the Metabase and WMI Compatibility options checked.

    Here's a good link on the topic which describes the problem and how you can update the installer to require these options to be check for installation to continue: http://devio.wordpress.com/2011/04/26/pitfalls-installing-web-setup-msi-on-iis-7/

提交回复
热议问题