Reputation: 899
I've downloaded the Visual Studio Professional 2015 RTM ISO from MSDN Subscriber downloads. When I run the installer, there is no option to install Visual C#:
I see no other indications that I need to do anything to clean up from the Visual Studio 2015 RC I had previously installed and uninstalled.
How do I install Visual C#?
Upvotes: 22
Views: 10630
Reputation: 79715
In my case at least - the Community Edition, even with all the boxes unchecked, it still installed C#. It showed me "Setup requires up to 6 GB" however - in your case it was only 600 mb.
So in the Community Edition C# is a non-optional package, and you can uncheck all the boxes. Just verify that the space required is a couple of GB - if it is, you can safely assume C# will be installed.
Upvotes: 2
Reputation: 11
But if you don't see the typical installation, you've to uninstall Xamarin
from Control Panel and delete the folder C:\Program Files (x86)\Microsoft Visual Studio 14.0
. After that you should install Visual Studio again.
Upvotes: 1
Reputation: 66
Go back, and take a look at the type of installation. Under "Typical" should write "Includes C# Desktop features" or something like that. If it writes, then choose typical.
Upvotes: 5