Setup.exe 安装先决条件,即使它们已预安装

发布于 2024-10-13 18:53:26 字数 155 浏览 2 评论 0原文

我正在部署一个 .NET 应用程序,以 .NET Framework 4.0 和 VS 2010 C++ 可再发行版作为先决条件。

当 setup.exe 在满足先决条件的计算机中运行时,引导程序会再次安装它们。

这是一个已知问题吗?解决这个问题的正确方法是什么?

I am deploying a .NET application with .NET Framework 4.0 and VS 2010 C++ redistributable as prerequisites.

When the setup.exe runs in a machine with the prerequisites satisfied the bootstrapper install them again.

Is this a known issue? and what's the correct way to solve it?

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

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

发布评论

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

评论(1

肤浅与狂妄 2024-10-20 18:53:26

解决方案是编辑引导程序product.xml 文件以包含Visual Studio C++ Redistributable 的正确产品代码。

请参阅下面的帖子,其中包含解决此问题的步骤:

在 VS 2010 创建的安装程序中不断弹出 Visual C++ 2010 运行时库先决条件

The solution is to edit the bootstrapper product.xml file to contain the correct product code for the Visual Studio C++ Redistributable.

See the post below which contains the steps to fix this:

Visual C++ 2010 Runtime Libraries prerequisite keeps popping up on a VS 2010 created installer

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