如何离线安装VS2017
1、第一步:下载Visual Studio引导程序根据你选的版本,引导程序有所不同,注意以下文件全部是微软官方网站提供,放心下载:如果是Visual Studio社区版,请下载vs_community.exe,下载参考下图所示

3、如果是Visual StudioEnterprise,请下载vs_enterprise.exe,下载地址如下图所示

5、根据你的开放环境在命令提示符选择运行下列代码,以Visual Studio社区版为例如下:对于.NET Web和.NET桌面开发,运行:vs_community.exe --layout c:\vs2017layout --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NetWeb --add Component.GitHub.VisualStudio --includeOptional --lang en-US对于.NET桌面和Office开发,运行:vs_community.exe --layout c:\vs2017layout --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.Office --includeOptional --lang en-US对于C ++桌面开发,运行:vs_community.exe --layout c:\vs2017layout --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended --lang en-US如果是创建全功能的完整本地布局运行:vs_community.exe --layout c:\vs2017layout --lang en-US(完整的Visual Studio 2017占35 GB的磁盘,下载时间就可想而知了。。。)

7、后面关于语言区域选择我们可以选择中文简体,软件本身是支持的,如下图所示
