Software requirements for replicating a Windows application
- by gpuguy
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.