Quote:
Recommended Strategies
Use the following strategies when redistributing the C/C++ run time components with your drivers and applications.
For applications installed under Program Files:
Use the Visual C++ Redistributable Package (VCRedist_x86.exe, VCRedist_x64.exe, VCRedist_arm.exe), which deploys the CRT under System32. In this case, the redistributable package can be updated automatically.
Alternatively, install the DLL(s) to the application local directory (copied directly to the directory where the application is installed), or link statically to the CRT. In this case, the CRT would need to be serviced manually.