http://bugs.winehq.org/show_bug.cgi?id=7409
------- Additional Comments From cunha17@gmail.com 2007-09-04 08:53 ------- -- snip -- Strangely, when I download and run vcredist_x86.exe from http://www.microsoft.com/downloads/details.aspx?familyid=32BC1BEE-A3F9-4C13-... it seems to complete; the only complaint is fixme:msi:msi_unimplemented_action_stub MsiPublishAssemblies -> 10 ignored L"MsiAssembly" table values
Since this bug seems mostly about the runtime installer instead of the library itself, let's move it to the msi category for now... -- snip -- I'm experiencing the same problem.
Your wine configuration is "Windows 98" so the call is done to MsiPublishAssemblies and the copying process will succeed. If your wine configuration is set to Windows XP/2000/2003, the call will be done to MsiEnumProductsExA, an error will occur, no file will be copied and the process will be aborted.