将 .Net Framework 3.5 SP1 包含在 VS 2005 安装项目的先决条件中
我有一个问题。问题是我正在使用 Visual Studio 2005 和 .Net Framework 3.5 sp1。我已经创建了该应用程序,并且希望之前安装 .Net Framework 必备组件,但我只能选择 2.0 。这不会顺利进行,因为我的一些网格中的某些列将与其他问题一起以不同的方式排列。是否有任何插件或其他东西可以用来将 .Net Framework 3.5 sp1 包含在我的先决条件列表中?
I have a problem. The thing is that I am using Visual Studio 2005 and .Net Framework 3.5 sp1. I have created the app and I want to have the .Net Framework prerequisite installed before however I can only select 2.0 . This wont go well since some columns in some of my grids will be arranged differently along with other problems. Is there any add-ins or something I can use to included .Net Framework 3.5 sp1 in my prerequisite list?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 Visual Studio 2005,您只能创建 2.0 项目。仅从 VS2008 开始,您可以选择不同的框架(在这种情况下为 2.0、3.0、3.5)。从 VS2010 开始,您可以选择目标 2.0、3.0、3.5 和 2.0。 4.0。
格兹,克里斯。
with Visual Studio 2005 you can only create 2.0 projects. Only since VS2008 you could choose a different framework (2.0, 3.0, 3.5 in that case). Since VS2010 you can choose to target 2.0, 3.0, 3.5 & 4.0.
Grz, Kris.
通过在安装项目中指定启动条件:
(来源:ultidev.com)
By specifying a launch condition in your setup project:
(source: ultidev.com)