http://bugs.winehq.org/show_bug.cgi?id=25517
Summary: msxml3 installer no longer installs anything Product: Wine Version: 1.3.9 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
'winetricks msxml3' no longer installs msxml3.dll. git bisect shows culprit is
http://source.winehq.org/git/wine.git/?a=commit;h=baf7a636a94e31ec96a878bd19... Author: Austin English austinenglish@xxxxxxxxx Date: Sat Nov 27 08:10:42 2010 -0800 msxml3: Bump version information to SP9.
Can probably be worked around in winetricks by using cabextract instead of running the installer.
http://bugs.winehq.org/show_bug.cgi?id=25517
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer, | |regression
http://bugs.winehq.org/show_bug.cgi?id=25517
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2010-12-14 00:40:36 CST --- (In reply to comment #0)
Can probably be worked around in winetricks by using cabextract instead of running the installer.
Installer will check builtin version even if msxml3 set to native only?
http://bugs.winehq.org/show_bug.cgi?id=25517
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@meelstraat.net
--- Comment #2 from Hans Leidekker hans@meelstraat.net 2010-12-14 00:58:17 CST --- Try removing the fake dll.
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.
http://bugs.winehq.org/show_bug.cgi?id=25517
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=25517
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX
--- Comment #4 from Dan Kegel dank@kegel.com 2010-12-14 10:35:11 CST --- I tried that, but I was too tired to do it right, I guess. Thanks for fixing winetricks.
http://bugs.winehq.org/show_bug.cgi?id=25517
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Resolution|WONTFIX |INVALID
--- Comment #5 from Dmitry Timoshkov dmitry@codeweavers.com 2010-12-15 03:38:12 CST --- This should be worked around in winetricks, this is not a Wine bug. Closing.