Determining an application's dependencies
- by gpuguy
I have developed an application using Windows Forms in C++ (IDE MS VC++ 2010). Some parts of the application also use 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 application, so I will be sending him an .EXE file.
I want the client to not face any difficulties in replicating the environment, and therefore not lose any time.
Can somebody suggest me what software (such as MS VC++ Runtime, .NET Framework, Windows SDK, etc.) should be installed on the client's machine for successfull testing of the application?
Note: The OS (Windows 7) and hardware are exactly the same on both sides.