You can see : Redistributing Visual C++ Files
Are we allowed to bundle vc_redist.x64.exe with our application?

Joel Mariadasan (jomariad)
1
Reputation point
We have a 3rd party application that needs Visual C++ runtime present in the Windows. Due to this we are planning to package vc_redist.x64.exe along with our application and install it automatically.
Are we allowed to bundle and re-distribute vc_redist.x64.exe along with our application or should we have any valid license for redistributing it?
https://learn.microsoft.com/en-us/cpp/windows/deploying-visual-cpp-application-by-using-the-vcpp-redistributable-package?view=msvc-170
they instruct you to bundle the vc_redist with your app