工做缘由须要安装vs2008,可是依赖.net3.5,寻找能够离线安装的版本.net
dotnetfx35.exe /x
解压后,放入语言包,执行 dotnetfx35setup.exe /lang:ENU /norestart
多番尝试,找到以下方案rest
dism.exe /online /enable-feature /featurename:netfx3 /Source:D:\sources\sxs
(注意D:改成挂载盘符)若有须要可将对应cab包提取出来制做离线包使用code