Visual Studio 2010 中的安装项目需要 .NET 4.0
在设置安装项目
时Visual Studio 2010,甚至我删除了所有先决条件 .NET 4.0
在运行安装的计算机上仍然是必需的。使用 ClickOnce
可以工作,但不是一个选项,但至少它不需要 .NET 4.0。
有没有办法在 Visual Studio 2010 中创建一个安装时不需要 .NET 4.0 的安装项目?
编辑
这是我测试过的测试配置之一
这就是我运行 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
And this is what it looks like when I run setup.exe or the .msi
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在解决方案资源管理器中右键单击安装项目 ->查看->启动条件并设置适当的 .NET Framework 版本:
Right click on the setup project in the solution explorer -> View -> Launch Conditions and set the appropriate .NET framework version: