The latest visual studio c++ redistributable is located here. But the problem is that I want to include it to install shield installation and it needs merge module rather then exe file.
How can I find corresponding merge module (msm file)? Is there a way to download it to installshield somehow?
In Summary: Use Installshield to install the executables for the VC++ runtime via "suite projects" (chain of setups to install with launcher), or locate the merge modules on disk on systems with Visual Studio installed and copy relevant items to Installshield redistributable folder.
Remember to test well, and also do a Windows Update after installation to check if there are pending security fixes (your merge modules might not be up to date). Try updating Visual Studio if you see problems - or install the latest SDK manually and look for newer versions of the merge modules.
The Redistributables View doesn't show you anything to download? Also please read this on why you should use the executables instead of the merge modules. Top-end, newer versions of Installshield allow you to create Suite projects (See link for details, here is a screenshot):
You should also have the merge modules on disk, just do a search (if you have Visual Studio installed on that box). Something like:
C:\Program Files (x86)\Microsoft Visual Studio\2017\[EditionHere]\VC\Redist\MSVC\[VersionHere]\MergeModules
.However, the suite projects mentioned above should allow you to run the executable version(s), but not if you are using older Installshield versions.