Skip to content

Latest commit

 

History

History
74 lines (57 loc) · 6.51 KB

workload-and-component-ids.md

File metadata and controls

74 lines (57 loc) · 6.51 KB
title titleSuffix description keywords author ms.author manager ms.date ms.custom ms.topic helpviewer_keywords ms.subservice open_to_public_contributors
Visual Studio workload and component IDs
Use workload and component IDs to install Visual Studio by using a command line, or to specify as a dependency in a VSIX manifest
anandmeg
meghaanand
mijacobs
11/14/2023
vs-acquisition
reference
workload ID, Visual Studio
component ID, Visual Studio
install Visual Studio, administrator guide
installation
false

Visual Studio workload and component IDs

Click the edition names in the following table to see the available workload and component IDs you need to install Visual Studio by using a command line, or to specify as a dependency in a VSIX manifest.

::: moniker range="vs-2019"

Updated for the 16.11 release

Edition ID Description
Visual Studio Enterprise 2019 Microsoft.VisualStudio.Product.Enterprise Microsoft DevOps solution for productivity and coordination across teams of any size
Visual Studio Professional 2019 Microsoft.VisualStudio.Product.Professional Professional developer tools and services for small teams
Visual Studio Community 2019 Microsoft.VisualStudio.Product.Community Free, fully featured IDE for students, open-source, and individual developers
Visual Studio Team Explorer 2019 Microsoft.VisualStudio.Product.TeamExplorer Interact with Team Foundation Server and Azure DevOps Services without a Visual Studio developer toolset
Visual Studio Build Tools 2019 Microsoft.VisualStudio.Product.BuildTools The Visual Studio Build Tools allows you to build native and managed MSBuild-based applications without requiring the Visual Studio IDE. There are options to install the Visual C++ compilers and libraries, MFC, ATL, and C++/CLI support.
Visual Studio Test Agent 2019 Microsoft.VisualStudio.Product.TestAgent Supports running automated tests and load tests remotely
Visual Studio Load Test Controller 2019 Microsoft.VisualStudio.Product.TestController Distribute automated tests to multiple machines

For more information about how to use these lists, see the Use command-line parameters to install Visual Studio page and the How to: Migrate extensibility projects to Visual Studio page.

Note

For a list of the workload and component IDs for the previous version, see Visual Studio 2017 workload and component IDs

::: moniker-end

::: moniker range=">=vs-2022"

Updated for the 17.10 release

Edition ID Description
Visual Studio Enterprise 2022 Microsoft.VisualStudio.Product.Enterprise Microsoft DevOps solution for productivity and coordination across teams of any size
Visual Studio Professional 2022 Microsoft.VisualStudio.Product.Professional Professional developer tools and services for small teams
Visual Studio Community 2022 Microsoft.VisualStudio.Product.Community Free, fully featured IDE for students, open-source, and individual developers
Visual Studio Team Explorer 2022 Microsoft.VisualStudio.Product.TeamExplorer Interact with Team Foundation Server and Azure DevOps Services without a Visual Studio developer toolset
Visual Studio Build Tools 2022 Microsoft.VisualStudio.Product.BuildTools The Visual Studio Build Tools allows you to build native and managed MSBuild-based applications without requiring the Visual Studio IDE. There are options to install the Visual C++ compilers and libraries, MFC, ATL, and C++/CLI support.
Visual Studio Test Agent 2022 Microsoft.VisualStudio.Product.TestAgent Supports running automated tests and load tests remotely
Visual Studio Load Test Controller 2022 Microsoft.VisualStudio.Product.TestController Distribute automated tests to multiple machines

For more information about how to use these lists, see the Use command-line parameters to install Visual Studio page and the Update a Visual Studio extension for Visual Studio 2022 page.

Note

For a list of the workload and component IDs for the previous version, see Visual Studio 2019 workload and component IDs

::: moniker-end

[!INCLUDEinstall_get_support_md]

See also