Install Visual Basic in VS2015

I want to install only the visual basic. How can I customize my installation excluding the additional features of VS2015? I have tried the custom installation but I am lost on what is the pre requisite applications needed to make VB projects.

Upvotes: 0

Views: 1252

Answers (2)

nbadaud
nbadaud

Reputation: 694

It seems that by default, C#/VB, Web and some Desktop features are included.

Default installation type

Visual Studio allow you to custom this installation. However A Custom installation automatically includes the components that are in a Default installation.

This is from the msdn website.

You can't only install visual basic, sorry.

EDIT :

Even if you must install C#, you can specify your default environment setting to Visual Basic.

Specify default environment

Upvotes: 2

Johnson
Johnson

Reputation: 306

I think you just can't because is in the "pack" with c#

Upvotes: 0

Related Questions