http://bugs.winehq.org/show_bug.cgi?id=8187
------- Additional Comments From focht@gmx.net 2007-26-04 21:24 ------- Hello,
if you install vc2005 runtime, make sure the CRT library NEVER gets loaded from System32 directory. It will check for this and terminate if so (the messagebox you see). All other directories which are seen by loader are permitted (usually app directory or winsxs).
Place the new CRT libraries along with manifest files there (as by download link in bug 7409). In this case msvcr80.dll and Microsoft.VC80.CRT.manifest are required. Make sure the manifest (Microsoft.VC80.CRT.manifest) is either in directory where the CRT dll resides or in c:\windows\winsxs.
Regards