Software requirements for replicating a Windows application

Posted by gpuguy on Programmers See other posts from Programmers or by gpuguy
Published on 2012-07-07T18:57:14Z Indexed on 2012/07/07 21:22 UTC
Read the original article Hit count: 228

Filed under:
|
|
|
|

I developed an application using Windows Form in C++ (IDE MSVC 2010). Some part of application also has MFC, and OpenCv. I want to send the application to my cleint for interim testing on his own machine.

I have not developed any installer for the same, and so I will be sending him the.EXE file.

I want that the client should not face any difficulty in replicating the experiment, and thus saves his time.

Can somebody suggest me what all softwares(such as, MSVC, .NET Framework, Windows SDK etc) should already be installed on the client's machine for successfull testing of the application?

Note: OS (Windows 7) and hardware is exactly same at both sides.

© Programmers or respective owner

Related posts about c++

Related posts about .NET