[Bug 25517] New: msxml3 installer no longer installs anything
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(a)winehq.org ReportedBy: dank(a)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(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25517 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer, | |regression -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25517 --- Comment #1 from Nikolay Sivov <bunglehead(a)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? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25517 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hans(a)meelstraat.net --- Comment #2 from Hans Leidekker <hans(a)meelstraat.net> 2010-12-14 00:58:17 CST --- Try removing the fake dll. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25517 --- Comment #3 from Austin English <austinenglish(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25517 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25517 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #4 from Dan Kegel <dank(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25517 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Resolution|WONTFIX |INVALID --- Comment #5 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-12-15 03:38:12 CST --- This should be worked around in winetricks, this is not a Wine bug. Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org