将 .Net Framework 3.5 SP1 包含在 VS 2005 安装项目的先决条件中

发布于 2024-09-06 09:20:19 字数 212 浏览 3 评论 0原文

我有一个问题。问题是我正在使用 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 技术交流群。

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

发布评论

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

评论(2

能否归途做我良人 2024-09-13 09:20:19

使用 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.

聆听风音 2024-09-13 09:20:19

通过在安装项目中指定启动条件:

替代文字
(来源:ultidev.com

By specifying a launch condition in your setup project:

alt text
(source: ultidev.com)

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