Where to obtain Visual C++ Express runtime dlls

2019-09-04 23:15发布

问题:

I want to distribute msvcr100.dll and msvcp100.dll in the application local folder along with my .exe I don't want to use the vcredist_x86.exe installer, static linking or a msm merge module.

Where can I find the correct versions of these files? VC++ Express doesn't have a \Program Files\Microsoft Visual Studio 10.0\VC\redist\x86\ folder as described on msdn. I'm concerned about trying to take them from \Windows\System32 in case they're the wrong version or its somehow not correct.