sh winetricks msxml3 FAILED...?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
panzer
Newbie
Newbie
Posts: 4
Joined: Sat Jun 19, 2010 11:05 am

sh winetricks msxml3 FAILED...?

Post by panzer »

I'm trying to install msxml3 but does not work:

"sh wintricks msxml3" and I get this:

Executing wget -O msxml3.msi -nd -c --read-timeout=300 --retry-connrefused --header Accept-Encoding: gzip,deflate http://download.microsoft.com/download/ ... msxml3.msi
--2011-02-19 16:35:04-- http://download.microsoft.com/download/ ... msxml3.msi
Résolution de download.microsoft.com... 70.37.129.121, 70.37.129.119
Connexion vers download.microsoft.com|70.37.129.121|:80...connecté.
requête HTTP transmise, en attente de la réponse...404 Not Found
2011-02-19 16:35:07 ERREUR 404: Not Found.

------------------------------------------------------
Note: command 'wget -O msxml3.msi -nd -c --read-timeout=300 --retry-connrefused --header Accept-Encoding: gzip,deflate http://download.microsoft.com/download/ ... msxml3.msi' returned status 8. Aborting.

Any idea?
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Post by doh123 »

make sure you update Winetricks.. its just trying ot get it from a location that is down... it may have changed, or you just might have to wait until later if its a temporary server problem.
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

msxml3 recently disappeared from Microsoft's site.
Sadly, the only good download site I can find for it now is cnet,
and that can't be fully scripted,
so I've updated winetricks-alpha, but not yet winetricks.

Try
http://winetricks.org/winetricks-alpha
and let me know if that's good enough for you.
It will pop open a web browser to cnet's msxml3 page
and prompt you to download msxml from that site.
bianca825
Newbie
Newbie
Posts: 1
Joined: Wed Oct 05, 2011 2:59 am

Post by bianca825 »

I am trying to automate a fairly complex manual installation for our devs. One of the first things I need to install is msxml3.exe. Is there any way to install this in a silent or unattended mode? I don't want the install wizard to pop up for the users when they install. Maybe this isn't possible? Please help.
Locked