
410,869
Downloads
36,090
Downloads of v 15.2.26430.20170605
6/5/2017
Last update
Visual Studio 2017 Build Tools
15.2.26430.20170605
Overview
These Build Tools allow 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.
To find out what's new or to see the known issues, see the Visual Studio 2017 Release Notes.
System requirements
Customizations
By default, the package installs only the bare minimum required (the MSBuild Tools workload). The easiest way to add more workloads is to use the workload packages:
- Visual C++ build tools
- Web development build tools.
All package parameters are passed to the Visual Studio installer, enabling full customization of the installation. The possible parameters are described here. The package passes --norestart --wait
by default, and --quiet
, unless --passive
is specified in the package parameters.
After installing the package, more features can also be added by launching the Visual Studio Installer application from the Start Menu.
The language of the installed software can be controlled using the package parameter --locale <language>
.
The list of languages is presented here. By default, the operating system display language is used.
Full installation
This command will install Visual Studio Build Tools with all available workloads and optional components, display progress during the installation and specify the English language regardless of operating system settings:
choco install visualstudio2017buildtools --package-parameters "--allWorkloads --includeRecommended --includeOptional --passive --locale en-US"
Notes
A reboot may be required after (or even before) installing/uninstalling this package.
If control over reboots is required, it is advisable to install the dependencies (esp. dotnet4.6.1 or later) first, perform a reboot if necessary, and then install this package.
Files
Hide- tools\ChocolateyInstall.ps1
Show
Install-VisualStudio ` -PackageName 'visualstudio2017buildtools' ` -ApplicationName 'Microsoft Visual Studio Build Tools 2017' ` -Url 'https://download.microsoft.com/download/C/3/7/C37763CB-E533-4290-BE34-1DF89C218CFE/vs_BuildTools.exe' ` -Checksum 'DF4EC6B5A7041873AA6F814E5B7CE51E9C5D39A2C2FC8802B46F2CC64A9116CD' ` -ChecksumType 'SHA256' ` -InstallerTechnology 'WillowVS2017OrLater' ` -Product 'BuildTools' ` -VisualStudioYear '2017'
- tools\ChocolateyUninstall.ps1
Show
Remove-VisualStudioProduct ` -PackageName 'visualstudio2017buildtools' ` -Product 'BuildTools' ` -VisualStudioYear '2017'
Virus Scan Results
- vs_BuildTools.exe (df4ec6b5a704) - ## / 61 - Log in or click on link to see number of positives
- visualstudio2017buildtools.15.2.26430.20170605.nupkg (66d63a460317) - ## / 59 - Log in or click on link to see number of positives
Dependencies
-
- chocolatey-visualstudio.extension (≥ 1.4.0)
- KB2919355 (≥ 1.0.20160915)
- KB2999226 (≥ 1.0.20161201)
- dotnet4.6.1 (≥ 4.6.1055.20161213)
- visualstudio2017-installer (≥ 1.0.0)
Package Maintainer(s)
Software Author(s)
Copyright
http://www.microsoft.com/about/legal/en/us/IntellectualProperty/Copyright/Default.aspx
Tags
Release Notes
Software
Visual Studio 2017 release notes
Package
15.2.26430.20170605:
- Package metadata updated for Visual Studio 2017 version 15.2.26430.12 (the native installer always installs the latest released Visual Studio 2017 build).
- To avoid problems with upgrade, installation is skipped if the product is already installed.
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Visual Studio 2017 Build Tools 15.9.4.0 | 77573 | Saturday, January 5, 2019 | approved |
Visual Studio 2017 Build Tools 15.9.2.0 | 69368 | Tuesday, November 27, 2018 | approved |
Visual Studio 2017 Build Tools 15.9.1.0 | 58912 | Saturday, November 17, 2018 | approved |
Visual Studio 2017 Build Tools 15.8.9.0 | 51118 | Wednesday, November 7, 2018 | approved |
Visual Studio 2017 Build Tools 15.8.7.0 | 65603 | Wednesday, October 17, 2018 | approved |
Visual Studio 2017 Build Tools 15.8.6.0 | 13331 | Tuesday, October 2, 2018 | approved |
Visual Studio 2017 Build Tools 15.8.2.0 | 8381 | Monday, September 3, 2018 | approved |
Visual Studio 2017 Build Tools 15.8.0.0 | 4704 | Thursday, August 16, 2018 | approved |
Discussion for the Visual Studio 2017 Build Tools Package
Ground rules:
- This discussion is only about Visual Studio 2017 Build Tools and the Visual Studio 2017 Build Tools package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Visual Studio 2017 Build Tools, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.