Reputation: 1061
I have developed my application in Visual Studio 2015 but when I use the One-Click install and install the application on my clients machine. It needs to have the VC++ 2015 runtime (x86) + (x64)
installed.
I have tried looking in the prerequisites but the files do not seem to be in there for me to add.
Is there a way for me to somehow tag on VC++ 2015 runtime (x86) + (x64)
to my application so when the client installs it, it will also install the runtime.
Upvotes: 1
Views: 679
Reputation: 1832
There are three ways to do this:
Upvotes: 1