Visual Studio 2010 中的安装项目需要 .NET 4.0

发布于 2024-08-31 19:48:11 字数 724 浏览 8 评论 0原文

在设置安装项目时Visual Studio 2010,甚至我删除了所有先决条件 .NET 4.0 在运行安装的计算机上仍然是必需的。使用 ClickOnce 可以工作,但不是一个选项,但至少它不需要 .NET 4.0。

有没有办法在 Visual Studio 2010 中创建一个安装时不需要 .NET 4.0 的安装项目?


编辑

这是我测试过的测试配置之一

alt text

这就是我运行 setup.exe 或 .msi 时的样子

< img src="https://dl.dropbox.com/u/4396175/snapshots/net4required.png" alt="替代文本">

When setting up a Setup Project in Visual Studio 2010 and even to I removing all the prerequistes .NET 4.0 is still required on the computer that runs the Installation. Deploying with ClickOnce works but is not an option, but at least it doesn't ask for .NET 4.0.

Is there a way to create a Setup Project in Visual Studio 2010 that doesn't require .NET 4.0 on installation?


Edit

This is one of the test configurations i've tested

alt text

And this is what it looks like when I run setup.exe or the .msi

alt text

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

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

发布评论

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

评论(1

蓝海似她心 2024-09-07 19:48:11

在解决方案资源管理器中右键单击安装项目 ->查看->启动条件并设置适当的 .NET Framework 版本:

alt text

Right click on the setup project in the solution explorer -> View -> Launch Conditions and set the appropriate .NET framework version:

alt text

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