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?
sh winetricks msxml3 FAILED...?
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.
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.
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.