http://bugs.winehq.org/show_bug.cgi?id=25517
--- Comment #3 from Austin English austinenglish@gmail.com 2010-12-14 01:31:34 CST --- Index: winetricks =================================================================== --- winetricks (revision 2030) +++ winetricks (working copy) @@ -3300,7 +3300,8 @@ # Service Pack 7 w_download . http://download.microsoft.com/download/8/8/8/888f34b7-4f54-4f06-8dac-fa29b19... d4c2178dfb807e1a0267fce0fd06b8d51106d913 # http://bugs.winehq.org/show_bug.cgi?id=7849 fixed since 0.9.37 - w_override_dlls native,builtin msxml3 + rm "$W_SYSTEM32_DLLS"/msxml3.dll + w_override_dlls native msxml3 w_try $WINE msiexec /i "$W_CACHE"/msxml3.msi $W_UNATTENDED_SLASH_Q }
fixes it for me.