How do I run the Visual Studio (2017) Installer?

送分小仙女□ 提交于 2019-12-04 22:19:19

The screenshots you show are the VS 2017 installer. This allows you to select from the large number of optional components that can be included in the VS install. Run by running the downloaded installed file you started the original install with.

Tools | Extensions and Updates is used to extend and service VS.

  • Extensions are (usually third party) components to extend and enhance VS.
  • Servicing: just a prompt that there is an update available, this takes you to the Visual Studio installer.

NuGet: is a package manager for projects built with VS. Adding a component that the software you are writing uses. Soemthing like jQuery in a web app. This does not change VS itself.

I also found it a bit strange that you cannot modify the installation from Control Panel - Programs and Features. You can however launch the Visual Studio 2017 installer from the following location:

%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vs_installer.exe
timoconnell

You can get to the installer via

Control Panel --> Programs --> Programs and Features.

Select Microsoft Visual Studio 2017 from the list and click Change at the top. The installer will magically open up.

My version of Visual Studio 2017 Enterprise has a Visual Studio Installer icon in the install folder under Programs. So go to Start --> Visual Studio Installer.

Under Projects/New in VS there is a link to go to the Installer. That is the easiest way to start the Installer and get to the positions (panels) you want.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!