是否可以仅重新分发 .NET Framework 3.5 32 位?
.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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是 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.