I have my own C ++ application, which was created under VS2005 (sp1), on machine A. (debug mode) Now I need to run this application on a "clean" computer, Clean means that it does not have VS. When I copy the runtime folder from machine A to a clean machine and try to activate the application, it requires reinstalling the application. Obviously, missing dll files cause this problem on the machine. The app works great. Is there any "clean" solution for this kind of problem besides gessing, which dll files are missing? perhaps a smart tool or installer that indicates which dlls are missing at runtime?
Thanks Liran
source
share