deliver c++ application for the final customer

Posted by Nebrass on Stack Overflow See other posts from Stack Overflow or by Nebrass
Published on 2012-12-04T16:55:35Z Indexed on 2012/12/04 17:03 UTC
Read the original article Hit count: 125

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.

© Stack Overflow or respective owner

Related posts about c++

Related posts about Windows