wix 和 iis - 无法更新元数据库错误

发布于 2024-08-19 04:14:33 字数 585 浏览 1 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

少跟Wǒ拽 2024-08-26 04:14:33

你的线索在这里:

7]: Product: Blah Blah Web Site -- Error 26103. Failed to create metabase key.  (-2147024893   /W3SVC/1/Root//      )

错误-2147024893意味着ERROR_PATH_NOT_FOUND。

Your clue is here:

7]: Product: Blah Blah Web Site -- Error 26103. Failed to create metabase key.  (-2147024893   /W3SVC/1/Root//      )

Error -2147024893 means ERROR_PATH_NOT_FOUND.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文