I'm building a Windows Installer for a VS2015 project. VS2015 includes the Merge Modules needed to put the VS2015 runtime library into the installer package, however there are DLLs that I didn't compile that have dependencies on older visual studio runtimes.
I don't have the merge modules for these runtimes in the VS2015 library and so far the only way I've seen suggested is to install previous versions of Visual Studio. This is a tremendous pain, because I'll end up with three, extra, different versions of Visual Studio on my machine (to go with the 2015 and 2017 I've already got).
Surely there must be a handy repository to download old merge modules from?