level 1
G吧绅士
楼主
https://docs.microsoft.com/en-us/visualstudio/install/create-an-offline-installation-of-visual-studio
先上官方文档![[滑稽]](/static/emoticons/u6ed1u7a3d.png)
时代不一样了,离线安装包也应该有个性订制。只写 C++ 小工具的人装个毛的 Azure![[阴险]](/static/emoticons/u9634u9669.png)
这里是所有安装组件的列表:
https://www.visualstudio.com/en-us/productinfo/vs2017-install-product-Community.workloads
举个未必
正确的
英文版 VC++ 离线包例子:
vs_community.exe --layout D:\vs2017 --add Microsoft.VisualStudio.Workload.NativeDesktop Microsoft.VisualStudio.Component.WinXP --lang en-US
安装时证书错误的话,根据官方文档,找到 Certificates 目录,右键每个文件分别安装,之后再运行安装程序。
具体行不行我没试过![[滑稽]](/static/emoticons/u6ed1u7a3d.png)
离线包里不存在的东西会自动联网下载,否则不会安装缺的东西和依赖它的东西。建议保持在线状态。
2017年03月07日 06点03分
1
先上官方文档
时代不一样了,离线安装包也应该有个性订制。只写 C++ 小工具的人装个毛的 Azure
这里是所有安装组件的列表:
https://www.visualstudio.com/en-us/productinfo/vs2017-install-product-Community.workloads
举个未必
正确的
英文版 VC++ 离线包例子:
vs_community.exe --layout D:\vs2017 --add Microsoft.VisualStudio.Workload.NativeDesktop Microsoft.VisualStudio.Component.WinXP --lang en-US
安装时证书错误的话,根据官方文档,找到 Certificates 目录,右键每个文件分别安装,之后再运行安装程序。
具体行不行我没试过
离线包里不存在的东西会自动联网下载,否则不会安装缺的东西和依赖它的东西。建议保持在线状态。