visual-studio-2008 - VS2008安装项目会更新Net 3.5 SP1吗?

标签 visual-studio-2008 setup-project .net-3.5

我刚刚开始使用 Net 3.5 SP1 中包含的 WPF WebBrowser。我构建了我的安装项目(在迁移到 3.5 SP1 之前我一直在使用该项目)并将其安装在测试机器上,但 WebBrowser 不可用。

我必须做什么才能确保 setup.exe/msi 组合检查并安装 SP1?

最佳答案

打开安装项目的属性,然后单击先决条件按钮。然后检查安装的先决条件。

License

然后您可以定义用户如何获取先决条件。

以下是框架版本信息的链接以及 Scott Hanselman 博客的摘录:

Online/Download Experience The best way to get a user with reasonable Internet connectivity up on the 3.5 SP1 .NET Framework is with the 2.7 Meg "bootstrapper." This will detect what they need and only download what they need. The worst-case scenario for a x86 machine is around 60 megs, as seen in the table above.

What's the "Client Profile?" The Client Profile is an even smaller install option for .NET 3.5 SP1 on XP. It's small 277k bootstrapper. When it's run on a Windows XP SP2 machines with no .NET Framework installed, it will download a 28 meg payload and give you a client-specific subset of .NET 3.5. If the Client Profile bootstrapper is run on a machine with any version of .NET on it, it'll act the same as the 3.5 SP1 web installer and detect what it needs to download, then go get it. There's more details in the Client Profile Deployment Guide.

http://www.hanselman.com/blog/CommentView.aspx?guid=af453d70-64b3-417e-9492-d115f929195d

关于visual-studio-2008 - VS2008安装项目会更新Net 3.5 SP1吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/88136/

相关文章:

visual-studio-2008 - 摆脱 SourceSafe 源代码控制

c# - InstallShield LE 1001 错误/在 Windows XP 上安装 Windows 服务

android - React Native 的项目结构包括原生 iOS,Android?

c# - 将对象集合连接成逗号分隔的字符串

wcf - 如何自动发现 WCF 服务?

c# - Visual Studio (C#) 使用环境变量构建输出路径

c - 什么浮点值使 sprintf_s() 产生 "1.#QO"?

c# - 如何在 VS 2008 安装项目注册表编辑器中添加 reg_multi_sz 值

c# - 如何使用某些脚本为 wpf 4.5 应用程序创建安装包

c# - 容器形式的控件会覆盖子形式吗?