Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.
Connector/Remote Repository

visualstudio2019-workload-vctools

Build classic Windows-based applications using the power of the Visual C++ toolset, ATL, and optional features like MFC and C++/CLI.

Recent Packages

VersionDownloadsVulnerabilities
1.0.113None
1.0.07None
1.0.0-preview1prerelease7None

Vulnerabilities

All vulnerabilities for this package have been assessed.

Usage Instructions

Latest Version: 1.0.1
To install visualstudio2019-workload-vctools from the command line, run the following command: ``` choco install visualstudio2019-workload-vctools --version 1.0.1 --source https://proget.cnsit.com/nuget/Chocolatey/ ```
Latest PreRelease Version: 1.0.0-preview1
To install visualstudio2019-workload-vctools from the command line, run the following command: ``` choco install visualstudio2019-workload-vctools --version 1.0.0-preview1 --source https://proget.cnsit.com/nuget/Chocolatey/ ```

Description

### Overview This package adds the Visual C++ build tools workload to an existing installation of Visual Studio 2019 Build Tools. The list of components included in this workload is shown [here](https://docs.microsoft.com/en-us/visualstudio/install/workload-component-id-vs-build-tools?view=vs-2019#visual-c-build-tools). Visual Studio 2019 Build Tools must be installed first, for example using the Chocolatey package [visualstudio2019buildtools](https://chocolatey.org/packages/visualstudio2019buildtools). ### Customizations The package passes all package parameters to the Visual Studio installer, enabling full customization of the installation. The possible parameters are [described here](https://docs.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2019). The package passes `--norestart --includeRecommended` by default, and `--quiet`, unless `--passive` is specified in the package parameters. By default, the package installs components required by and recommended for the workload. Package parameters can be used to adjust this behavior: - `--no-includeRecommended` - Does not include the recommended components. - `--includeOptional` - Includes the optional components. Example 1. Installing the workload, including recommended, but not optional components: choco install visualstudio2019-workload-vctools --package-parameters "--includeRecommended" Example 2. Installing the workload, including all recommended and optional components: choco install visualstudio2019-workload-vctools --package-parameters "--includeOptional" Example 3. Installing the workload, including only required components: choco install visualstudio2019-workload-vctools --package-parameters "--no-includeRecommended" [More package parameter examples](https://github.com/jberezanski/ChocolateyPackages/blob/master/chocolatey-visualstudio.extension/EXAMPLES.md)