fazbear201 / winezeug

Automatically exported from code.google.com/p/winezeug
1 stars 0 forks source link

winetricks doesn't install msxml3 , 4 or 6 #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Installing MS XML version 3,4 or 6 ($winetricks msxml3 msxml4 msxml6)
2. It downloads everything
3. Fails on install - Invalid command line arguments

What is the expected output? What do you see instead?
Xml installed. Invalid command line arguments notification popup.

What version of the product are you using? On what operating system?
Winetricks version 20081201 on Ubuntu 8.10 and wine 1.1.10

Please provide any additional information below.

Original issue reported on code.google.com by dem...@gmail.com on 22 Dec 2008 at 1:55

GoogleCodeExporter commented 8 years ago
I can't reproduce this here.  Try deleting your ~/.wine directory,
perhaps it's something you installed...

Original comment by daniel.r...@gmail.com on 24 Dec 2008 at 11:21

GoogleCodeExporter commented 8 years ago
Hi. I'm getting the same problem. As per
http://www.winehq.org/pipermail/wine-users/2009-March/050555.html if I run: "sh
winetricks -v msxml6" then I get a dialog box which says "Incorrect command line
parameters". The line which gives this is:

wine msiexec /i /home/nonroot/.winetrickscache/msxml6.msi

If, however, I copy msxml6.msi to .wine/drive_c and then I run:
wine msiexec /i c:\\msxml3.msi
then it installs perfectly.

Is this a problem with my wine installation, or should the winetricks script be
modified to use windows-format paths rather than unix-format paths (as per 
section
4.2 of the wine user guide)?

Please note that I'm only a newbie - I could well be wrong. Thank you for your 
help.

Jaime :-)

Original comment by mark...@gmail.com on 21 Mar 2009 at 3:57