MSVC 2015 Universal CRT for app-local deployment

This blog post under Distributing Software that uses the Universal CRT section describes all the cases in detail, with a big red update notice concerning app-local deployment: Updated September 11, 2015: App-local deployment of the Universal CRT is supported. To obtain the binaries for app-local deployment, install the Windows Software Development Kit (SDK) for Windows … Read more

Visual Studio 2017 Installer Project – include VC++ 2015 Redistributable

You can’t run that redistributable as a custom action because it’s an MSI-based install, and you cannot run recursive MSI installs (yours calling the VC redist one). In Visual Studio setup projects you’re supposed to use the Prerequisites feature. Right-click the setup project in Solution Explorer, choose Properties, then Prerequisites. This will build a setup.exe … Read more