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