close
The Wayback Machine - https://web.archive.org/web/20190813050421/https://devblogs.microsoft.com/setup/

Visual Studio Setup

Installation and containerization of the Visual Studio family of products

Image

Uncategorized

Image
Configure Visual Studio across your organization with .vsconfig

Add a .vsconfig file to your solution root directory to configure Visual Studio consistently across your organization.

Image
Older versions of Visual Studio 2017 will not install in Windows Server 2019 containers

If you try to install Build Tools for Visual Studio 2017 into a Windows Server 2019 or newer container image, such as mcr.microsoft.com/windows/servercore:1809 or mcr.microsoft.com/windows/servercore:ltsc2019, the install will quickly terminate without error and without installing anything. This is due, in part,

Image
Workaround for 0x8007007e when trying to to locate an instance of Visual Studio

We are investigating how a particular rare problem occurs that can prevent clients like VSIXInstaller.exe, vswhere.exe, and others from finding any Visual Studio instance that results in an error similar to the following:

This is the CLSID for the Visual Studio Installer query API,

Image
Docker recipes available for Visual Studio Build Tools

Use or contribute your own Dockerfiles on GitHub to help others build similar workloads with Visual Studio Build Tools.

Image
No container image for Build Tools for Visual Studio 2017

The size and permutations of Build Tools 2017 container images are too great to publish official images, but here's how you can create your own tailored images.

Image
vswhere now supports -utf8 to override console code page

You can now force vswhere to output JSON using the UTF-8 encoding.

Image
Updated documentation for Visual Studio Build Tools container

The .NET Framework may not be correctly installed into a Windows Server Core container, and managed code - like the compilers - may fail. The documentation was updated with how to work around this.

Image
vswhere now supports -requiresAny to find instances with one or more components installed

You can now use -requiresAny with vswhere to specify that any component ID passed to -requires will satisfy the query.

Image
Set both x86 and x64 registry views for custom setup policy

Due to a bug in older versions of Visual Studio 2017, you should set the CachePath policy in both 32- and 64-bit views of the registry.

Image
How to install Builds Tools in a Docker container

Preview new documentation for how to install Build Tools for Visual Studio 2017 into a Docker container.