http://bugs.winehq.org/show_bug.cgi?id=58427
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Component|msxml4 |-unknown Status|UNCONFIRMED |NEW Summary|msxml4 fails to install |msxml4 fails to install if |with status 67 |msxml3 already installed in | |64-bit wineprefix | |(winetricks) Keywords| |download, Installer
--- Comment #1 from Ken Sharp imwellcushtymelike@gmail.com --- 0208:err:ole:apartment_add_dll couldn't load in-process dll L"C:\windows\system32\msxml3.dll" 0208:err:msi:msi_install_assembly failed to install assembly L"C:\users\test\AppData\Local\Temp\msi1.tmp\x86_Microsoft.MSXML2_6bd6b9abf345378f_4.30.2100.0_x-ww_b9ea3bd7.manifest" (0x80070005)
Only occurs in a 64-bit wineprefix if msxml3 is installed first using winetricks. Both Staging and vanilla.
Workaround: $ winetricks -q msxml3 $ WINEDLLOVERRIDES=msxml3=b winetricks -q msxml4
I don't know if this breaks anything, but it works around this issue.
So I'm guessing the native 64-bit msxml3.dll is causing the issue.
Wine 10.10