Getting errors "Can't open DLL for writing"
It seems that my installer tries to overwrite DLL's which are currently used by windows. I'm getting this error message during installation (at least from time to time):
Error opening file for writing:Well, my installer HAS TO overwrite these files, at least if they're out of date. Is there a way to get instant access to these files or unload them from memory if currently loaded? Otherwise my installer will continue doing error messages if the files are in use.
"C:\WINDOWS\System32\xxx.DLL"
Hit abort to abort installation,
retry to retry writing the file, or
ignore to skip this file
Thanks.