Visual Studio 2017: New Installation Experience

Introduction

In this article, I will explain the New Installation Experience in Visual Studio 2017 by answering the following questions:

Visual Studio 2017: New Installation Experience
  • What’s the New Installation Experience?
  • What are the main components of the new installation experience?
  • What’s the Workload?
  • What’s the Individual Components?
  • What are the Language Packs?

What’s the New Installation Experience?

When you first install Visual Studio 2017, you’ll have a brand new experience.
 New Installation Experience in Visual Studio 2017


Besides the new installation experience being user-friendly, it aims to

  • Accelerate the installation process (Fast Installation).
  • Decrease the installation size.
  • Install only the tools you need on demand.
  • Adding and remove multiple user interface languages at any time.

Visual Studio 2017: New Installation Experience

What are the main components of the New Installation Experience?

The new installation experience consists of three main components:

  1. Workload.
  2. Individual Components.
  3. Language Packs.

What’s the Workload?

The workload is a package of individual components that used to customize your installation based on your programming language or platform you use.

Workload contains four main categories:

  1. Windows.
  2. Web & Cloud.
  3. Mobile and Gaming.
  4. Other Tools.

New Installation Experience in Visual Studio 2017 - Workloads

Windows Category

Windows category includes three workloads:

  1. Universal Windows Platform development.
    • Create applications for the universal platform with C#, VB, JavaScript or optionally C++.
  2. .NET Desktop development.
    • Build WPF, Windows Forms and console applications using the .NET Framework.
  3. Desktop development with C++.
    • Build Classic Windows-based applications using the power of Visual C++ toolset.

Web & Cloud Category

Web & Cloud Category includes seven workloads:

  1. ASP.NET and web development.
    • Build web applications using ASP.Net, ASP.NET Core, HTML. JS and CSS.
  2. Azure development.
    • Azure SDK, tools and project for developing cloud apps and creating resources.
  3. Python development.
    • Editing, debugging, interactive development and source control for Python scripts.
  4. Node.js development.
    • Build scalable network applications using Node.js, an asynchronous event-driven JavaScript runtime.
  5. Data storage and processing.
    • Connect, develop and test data solutions using SQL Server, Azure Data Lake, Hadoop or Azure ML.
  6. Data science and analytical applications.
    • Language and tooling for creating data science applications, including Python, R, and F#.
  7. Office / SharePoint development.
    • Create Office and SharePoint add-ins, SharePoint solutions and VSTO add-ins using C#, VB, and JS.

Mobile and Gaming Category

Mobile and Gaming includes five workloads:

  1. Mobile development with .Net.
    • Build cross-platform applications for iOS, Android or Windows using Xamarin.
  2. Game development with Unity.
    • Create 2D and 3D games with Unity.
  3. Mobile development with JS.
    • Build Android, iOS and UWP apps using Tools for Apache Cordova.
  4. Mobile Development with C++.
    • Build cross-platform applications for iOS, Android or Windows using C++.
  5. Game development with C++.
    • Use the full power of C++ to build professional games powered by Direct X or Unreal Cocos2d.

Other Tools Category

Other Tools include three workloads:

  1. Visual Studio extension development.
    • Crate add-ons and extensions for Visual Studio including new commands.
  2. Linux development with C++.
    • Create and debug applications running in a Linux environment.
  3. .Net Core cross-platform development.
    • Build the cross-platform application using .Net Core and ASP.Net Core

What’s the Individual Components?

In case you don’t need to install the full workload, Visual Studio 2017 allows you to select a specific component you want based on your needs from the Individual Component tab.

Individual Components include nine main categories: 

  1. .NET.
  2. Cloud, database, and server.
  3. Code tools.
  4. Compilers, build tools, and runtimes.
  5. Debugging and testing.
  6. Development activities.
  7. Emulators.
  8. Games and Graphics, SDKs.
  9. Libraries and frameworks.

New Installation Experience in Visual Studio 2017 - indiviual components


What are the Language Packs?

You can now add and remove multiple user interface languages at any time using the Visual Studio installer on the Language Packs tab.

Language Packs in Visual Studio 2017


To select the current user interface language among those installed, go to

  • Tools > Options > International Settings > Select your preferred language.

Change user interface language in Visual Studio 2017


Conclusion
In this article, I have explained in detail the New Installation Experience in Visual Studio 2017.
Refrence

Visual Studio 2017: New Installation Experience

See also

Dive into Visual Studio 2017

 

1 thought on “Visual Studio 2017: New Installation Experience”

  1. Pingback: GitHub Extension in Visual Studio | SPGeeks

Leave a Reply

Scroll to Top