I am in the process of repackaging an application for deployment and found that the original installation is installing mfc42.dll, msvcrt.dll, and msvcirt.dll to the application directory but it is not registering those .dll's. If the application is accessing those .dll files and not the shared versions (in the system directory) I would assume that I would need to add those back into the project (they were replaced with merge modules). My only question is how do I add those back into the project and then NOT have the installation register those files at install time?
Thanks
Trickle10