http://bugs.winehq.org/show_bug.cgi?id=5965
------- Additional Comments From dank@kegel.com 2006-20-08 23:21 ------- I'm seeing the same thing as you now.
Copying MSVCR80.dll to windows/system32 doesn't help; the installer aborts with
C Run-Time Error R6034: An application has made an attempt to load the C runtime library incorrectly.
See http://msdn2.microsoft.com/en-us/library/ms235560.aspx Evidently Wine will need to acquire manifest support as described by the url you cited to run any C++ app built with Visual C++ 2005. Oh joy! This is also blocking bug 3972 and bug 4894, and probably 5792.
But 5792 mentioned a possible workaround, setting SystemDrive to C:, but that doesn't seem to help.
Bug 4894 mentioned a possible kludge: http://www.winehq.org/pipermail/wine-users/2006-May/021624.html comment out FindActCtxSectionStringW in kernel32.spec but that doesn't seem to help.