.NET Framework 3.0的疯狂依赖,如何减少? [英] Crazy dependencies for .NET Framework 3.0, how to slim down?

查看:101
本文介绍了.NET Framework 3.0的疯狂依赖,如何减少?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在构建一个需要.NET frameworks 2.0和3.0(适用于2个应用程序)的映像,这是对以前开发的XPe映像的重建。

因为我无法获得.NET 3.0安装我正在尝试使用3.0框架组件。在我遇到以下依赖项之前,一切似乎都进展顺利:

.NET 3.0需要系统还原核心
所以我添加了它,然后:
<系统恢复核心需要"帮助和支持服务"。和"系统恢复用户界面"

看似合理,但随后安装帮助和支持服务抛出了这个gremlin:

帮助和支持服务需要Windows Media Player 11 />
???对我来说似乎有点像矫枉过正。 XPe中的系统恢复没有这种依赖路径(需要一个不同的帮助组件,这意味着我可以省略媒体播放器。当为2Gb存储设备开发图像时,我需要保存所有空间)有没有人知道这方面或我如何通过安装程序实际安装.NET 3.0?

I'm working on building an image which requires .NET frameworks 2.0 and 3.0 (For 2 applications), this is a rebuild of an XPe image previously developed.

Because I cannot get .NET 3.0 to install I'm trying to use the 3.0 framework component.  All seemed to be going well until I ran in to the following dependencies:

.NET 3.0 requires system restore core

So I added it, then:

System restore core requires "help and support services" and "system restore user interface"

Seemed reasonable, but then installing help and support services threw up this gremlin:

Help and support services requires windows media player 11

??? Seems a little like overkill to me.  System restore in XPe did not have this dependancy trail (Required a different help component, which meant that I could ommit media player.  When developing images for a 2Gb storage device I need to save all the space I can)

Does anyone know any way around this or how I can actually get .NET 3.0 to install through the installer?

推荐答案

你厌倦了.net框架v2相反,reqs组件,这确保必要的支持文件,并将其拉入您的映像,以允许使用可从Microsoft Windows XP部分下载的点网包。这样你就可以安装dotnet 1直到dotnet 3.5而不用担心。由于设计工作室内置的dotnet解决方案有限,并且不能升级所有容易说的最少。

当然,对于dotnet 3.5来说,足迹有点大完全安装约189mb左右。当然,现有版本较小。
have you tired usng the .net framework v2 reqs component instead, this ensures the necessary support files and such are pulled into your image to permit utilizing the dot net packages that can be downloaded from the Microsoft windows xp section. This way you can install dotnet 1 right up to dotnet 3.5 without any worries. As the dotnet solutions built into the Design studio are somewhat limited and dont upgrade all that easy to say the least.


of course the footprint is a little on the big size for dotnet 3.5 at around 189mb fully installed
presvious versions are smaller of course.


这篇关于.NET Framework 3.0的疯狂依赖,如何减少?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆