deliver c++ application for the final customer
- by Nebrass
I am working on a c++ windows application on visual studio 2010.
I want to deliver my application to my customer so he can use it easly, without the obligation of installing visual runtime fx. And to be executed every where.
How do I set up the installer so that the customer does not need to separately install any required Visual Studio runtime libraries?
Please i want a solution for this problem, because my costumers are so far from computing, they love just "next, next, install, finish" system.
Thank you for your help.