How to include c++ redistributable package to installer file in c#
In my c# application, I want to include c++ redistributable packages. When application is installed, these packages should also be installed.
In my c# application, I want to include c++ redistributable packages. When application is installed, these packages should also be installed.