How to install redistributable with visual studio setup?
问题 I wish to make my installer (visual studio setup) to install redistributable (Visual C++ 2013 redistributable x86) in case it isn't installed on the PC or install the necessary dll for my program. I don't wish to set a launch condition. If possible, I wish that the installation of the redistributable to be silent. Any suggestion ? 回答1: That's what the Prerequisites button is for in the setup project's Properties. You'll need to set a configuration (such as Release) before you see that button.