Showing results for VS Archives - Page 2 of 2 - Visual Studio Setup

Jan 25, 2017
0
0

Documentation available for the Setup Configuration API

Heath Stewart
Heath Stewart

Visual Studio 2017 has brought big changes to extensibility that allow developers to install extensions to different instances and install dependencies. In support of multiple instances, a fast API was required that tools can use to find and launch Visual Studio and related tools, or to install extensions. I previously published some samples, and ...

InstallationVisual StudioDevelopment
Sep 15, 2016
0
0

Changes to Visual Studio “15” Setup

Heath Stewart
Heath Stewart

We've listened to feedback over the years, and while each new release brought changes to the setup experience of Visual Studio and related products, none have been more significant than what we're doing for Visual Studio "15". New setup engine With Visual Studio supporting so many platforms and toolkits, one of the goals for Visual Studio "15" is t...

InstallationVisual StudioDevelopment
Feb 11, 2014
0
0

How to relocate the Package Cache

Heath Stewart
Heath Stewart

Visual Studio can require a lot of space on the system drive. Based on years of data collected from customers’ installations from the Customer Experience Improvement Program, we took advantage of this feature in Burn – the Windows Installer XML (WiX) chainer – to eliminate most errors during repair, servicing, and even uninstall. This was not a pop...

InstallationVisual StudioWiX