开发者

Can I create App Pool on IIS7 using wix if IIS6 Management Compatibility is not installed

I know that there is the native IIS7 support in wix 3.5, but I have this strange error. So, if IIS6 Management Compatibility for IIS7 is not installed, then new App Pool did not created in installation process. But if IIS6 MC is installed it works ok and new App Pool is created. The name of App Pool we define in dialog during installation.

This wix code is used for define app poll:

<IIs:WebAppPool Id="AppPoolId" Name="[APP_POOL_NAME]" />

This error I have if IIS6 MC for IIS7 is not installed:

WriteIIS7ConfigChanges:  Error 0x800700b7: Failed to add appPool element
WriteIIS7ConfigChanges:  Error 0x800700b7: Failed to configure IIS appPool.
WriteIIS7ConfigCh开发者_如何学编程anges:  Error 0x800700b7: WriteIIS7ConfigChanges Failed.

Wix version is Wix3.5.2519.0


Sound like a bug. Please open bug with details here: http://sourceforge.net/tracker/?group_id=105970&atid=642714

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜