Being simple

Any fool can write code that computer can understand. Good programmers write codes that humans can understand.

常用链接

统计

.net

最新评论

dotnet framework 3.5 installed issues on non-english os

当离线安装此文件时,会要求下载,如果没有下载成功,最后完成时可能会报一个错误.
其实上面的下载是要求下载语言包,如果没有对应OS的语言包,则可以在安装时先解压
dotnetfx35.exe /x to uncompress dotnetfx35.exe and run,然后
dotnetfx35setup.exe /lang:ENU,跳过下载,只安装英文语言包。

或者先下载对应OS的语言包,然后拷贝到dotnetfx35\x86 or dotnetfx35\x64 or dotnetfx35\ia64目录下再安装。

http://blogs.msdn.com/astebner/archive/2007/12/03/6646794.aspx
http://blogs.msdn.com/astebner/archive/2007/12/07/6698650.aspx

posted on 2007-12-10 10:13 margiex 阅读(633) 评论(0)  编辑 收藏 网摘 所属分类: .net




发表评论

昵称: [登录] [注册]

主页:

邮箱:(仅博主可见)

评论内容:

  登录  注册

[使用Ctrl+Enter键快速提交评论]

0 988985




历史上的今天:
2005-12-10 move vs2k3 to vs2k5

相关文章:

相关链接: