Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I add features to Visual Studio 2017?

Let's say that when I installed Visual Studio 2017 I decided to use the "Windows Universal Platform" packages. Later, I realize that I'd like to install the ".Net Desktop packages" (either instead, or in addition).

How can I go back and add those features to Visual Studio 2017? Is there a way to do this within Visual Studio? Do I have to re-run the installer?

like image 551
MikeTheTall Avatar asked Mar 30 '17 20:03

MikeTheTall


People also ask

How do I add more features to Visual Studio 2017?

In the Visual Studio Installer, choose the Workloads tab, and then select or deselect the workloads that you want. To add more components than a workload installs, choose the Individual components tab, and then select or deselect the individual components that you want.


3 Answers

You can go to tools from menu bar and then select "Get tools and features" and then you can add or modify your features.

enter image description here

like image 119
Sakhawat Hossain Avatar answered Oct 09 '22 09:10

Sakhawat Hossain


Re-run the visual studio launcher and click on modify. Make your edits and the launcher install the missing components.

like image 23
Lord_Curdin Avatar answered Oct 09 '22 10:10

Lord_Curdin


After you have installed Visual Studio 2017 you will have a program called Visual Studio Installer. Launch this application.

enter image description here

From here you can select modify and then add the components that you need.

enter image description here

like image 30
Ogglas Avatar answered Oct 09 '22 10:10

Ogglas