I'm on the verge of releasing my first application. I'm using the Packaging and Development Wizard (with Visual Studio) to to make everything stand alone. It is fine apart from one thing...

I can make the CAB files and Set Up file fine, but I get error messages when I try to run the Set Up program. These are the errors:

1) "An access violation occured while copying the file C:\Windows\System\MSVCRT.DLL"

2) "An error occured while registering the file 'C:\Windows\System\EXPSRV.DLL'

If both these errors are ignored (using the subsequent message boxes), the set up completes successfully, and my application works fine! It's just not very professional to have these error messages cropping up.

I figure the errors are because the set up program is trying to replace DLL's that Windows has already. It think one of them is a graphics DLL, right? Is it safe to leave the offending DLL's out of the stand alone?

If anyone has any idea how to prevent these errors from occuring during set up, I would be very grateful if you could help me. Thanks in advance,

Steve.