Hi ellipsisware,
thanks for posting here.
>>Where are the MSM files for the Visual C++ redistributable for Visual Studio 2017?
According to this
document, for vs2015, when Visual Studio is installed, the merge modules are installed in \Program Files\Common Files\Merge Modules\. (Only non-debug versions of Visual C++ DLLs may be redistributed.). And I found it in my computer.

And for vs2017, there has no such a document, but these files exist in vs installation folder\VC\Redist\MSVC\14.10.24930\MergeModules. For mine, it's in the D:\ folder.

These files are redistributed with VC++ package. So if you couldn't find these files, please check if you have installed the vc++ redistributable package with the right version.
For example, MFC files are missing in vs2017, you could reinstall vs2017 with MFC features and check again.

Hope this could be help of you.
Best Regards,
Sera Yu
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to
MSDN Support, feel free to contact MSDNFSF@microsoft.com.