wix 和 iis - 无法更新元数据库错误
我有一个 wix 项目,它将网站 (MVC2) 安装到用户选择的现有网站。这在我的机器上运行良好(当然),但客户端在测试虚拟机上收到以下错误:
Action 16:08:03: ConfigureIIsExec.
Action 16:08:03: WriteMetabaseChanges. Installing Metabase Keys and Values
WriteMetabaseChanges: Error 0x80070003: failed to create metabase key: /W3SVC/1/Root//
Error 26103. Failed to create metabase key. (-2147024893 /W3SVC/1/Root// )
MSI (s) (5C!64) [16:08:06:747]: Product: Blah Blah Web Site -- Error 26103. Failed to create metabase key. (-2147024893 /W3SVC/1/Root// )
有人有任何想法吗?他们尝试打开和关闭 IIS 元数据库编辑,并以管理员身份运行安装程序。
I have a wix project that installs a web site (MVC2) to an existing web site the user selects. This works fine on my machine (of course) but the client is getting the following error on there test vm's:
Action 16:08:03: ConfigureIIsExec.
Action 16:08:03: WriteMetabaseChanges. Installing Metabase Keys and Values
WriteMetabaseChanges: Error 0x80070003: failed to create metabase key: /W3SVC/1/Root//
Error 26103. Failed to create metabase key. (-2147024893 /W3SVC/1/Root// )
MSI (s) (5C!64) [16:08:06:747]: Product: Blah Blah Web Site -- Error 26103. Failed to create metabase key. (-2147024893 /W3SVC/1/Root// )
Anyone got any ideas? They tried with IIS Metabase editing on and off and are running the installer as admin.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你的线索在这里:
错误-2147024893意味着ERROR_PATH_NOT_FOUND。
Your clue is here:
Error -2147024893 means ERROR_PATH_NOT_FOUND.