无法执行安装项目卸载

发布于 2024-12-23 01:41:50 字数 209 浏览 0 评论 0原文

当尝试卸载使用 .NET 安装项目

MSI (s) (F0:C4) [16:00:16:532] 创建的应用程序时,我在安装日志中收到以下消息:产品:“产品名称” -- 配置失败。

该产品的另一个版本已安装。该版本的安装无法继续。要配置或删除该产品的现有版本,请使用控制面板上的添加/删除程序。 {这里有一些 GUID}

I get following message in my installation log when trying to uninstall application created with .NET Setup Project

MSI (s) (F0:C4) [16:00:16:532]: Product: "Product Name" -- Configuration failed.

Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel.
{some GUID in here}

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

太阳哥哥 2024-12-30 01:41:50

看来你的注册表搞砸了。

您可以使用以下文章手动删除该应用程序

如果您的 GUID 为 00000409-78E1-11D2-例如 B60F-006097C998E7,只需运行以下行
删除程序

msiexec.exe /x {00000409-78E1-11D2-B60F-006097C998E7}

祝你好运!

Seems like your registry got messed up.

You can use the following article to manually remove the application

If your GUID is 00000409-78E1-11D2-B60F-006097C998E7 for example, just run the following line
to remove the program

msiexec.exe /x {00000409-78E1-11D2-B60F-006097C998E7}

good luck!

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