是否可以仅重新分发 .NET Framework 3.5 32 位?

发布于 2024-07-23 17:10:46 字数 161 浏览 3 评论 0原文

.NET Framework 3.5 SP1 的脱机安装程序有 200 MB 大。 我们想知道是否有可能(技术上和法律上)按目标架构将其拆分 - 以便为 32 位版本生成单独的安装程序。 这个想法是它可能会小得多。

我知道引导程序,它只会下载必要的位。 只是想知道其他可能性。

The offline installer for .NET Framework 3.5 SP1 is 200 MB large. We're wondering whether it's possible (both technically and legally) to split it up by target architecture - so as to produce a separate installer for the 32-bit version. The idea is that it might be significantly smaller.

I am aware of the bootstrapper, which will only download the necessary bits. Just wondering about other possibilities.

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

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

发布评论

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

评论(1

悲喜皆因你 2024-07-30 17:10:46

以下是 Scott Hanselman 构建的选项的快速摘要:

http://www.hanselman.com/smallestdotnet /

所以答案是,是的,您可以以不到 200MB 的价格获得完整安装。 但是,最好的方法是为用户提供在线安装程序,以便其可以选择最适合他们的框架版本。 这将最大限度地减少下载。

Here is a quick summary of your options, built by Scott Hanselman:

http://www.hanselman.com/smallestdotnet/

So the answer is, yes, you can get a full install for under 200MB. But, the best way is to give the users the online installer, so that it can choose the best framework version for them. This will minimize downloading.

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