VS离线安装

以Visual Studio 2019为例


VS可以进行离线安装,最新版的安装方法还是可以参考官网文档
离开中国后应该也可能不需要再为网络担心了吧

还是需要先到官网下载一个程序的,使用这个程序下载数据
下载完成后就可以拷贝到离线的机器上进行安装了

vs_community__2069989930.1623381988.exe --layout D:\VS_Download --lang en-US ^
--add Microsoft.VisualStudio.Component.CoreEditor ^
--add Microsoft.VisualStudio.Component.StartPageExperiment.Cpp ^
--add Microsoft.VisualStudio.Workload.DataScience ^
--add Microsoft.VisualStudio.Workload.ManagedGame ^
--add Microsoft.VisualStudio.Workload.NativeCrossPlat ^
--add Microsoft.VisualStudio.Workload.NativeDesktop ^
--add Microsoft.VisualStudio.Workload.NativeGame ^
--add Microsoft.VisualStudio.Workload.Universal ^
--add Microsoft.VisualStudio.Workload.Python