visual studio 2017离线包下载&安装

vs下载地址

https://visualstudio.microsoft.com/zh-hans/downloads/

离线包下载及安装说明

https://docs.microsoft.com/en-us/visualstudio/install/create-an-offline-installation-of-visual-studio?view=vs-2017#use-the-command-line-to-create-a-local-cache

workload及component ID查询

https://docs.microsoft.com/en-us/visualstudio/install/workload-component-id-vs-enterprise?vs-2017&view=vs-2017

开发Unity的c# dll使用的下载离线包命令

vs_enterprise.exe --layout D:\vs2017offline --lang zh-CN en-US --includeRecommended --includeOptional --add Microsoft.VisualStudio.Workload.ManagedGame  --add Microsoft.VisualStudio.Workload.NativeDesktop --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NetCoreTools --add Microsoft.VisualStudio.Component.VC.CoreIde --add Microsoft.VisualStudio.Workload.CoreEditor

安装方式1) 运行离线包目录中的vs_setup.exe,注意只选择已下载的workload和component

    2)执行与下载离线包类似的命令,参考说明网址

 

其他:

visual assist关闭拼写检查: 在 VAssistX菜单栏->Visual Assist X Options->Underlines->把 underlines spelling errors in comments and strings using的勾去掉

 

posted on 2019-03-21 19:29  lgc2003  阅读(808)  评论(0)    收藏  举报

导航