wine vs winetricks

Questions about Wine on Linux
Locked
concerro
Level 2
Level 2
Posts: 12
Joined: Wed May 30, 2012 2:32 am

wine vs winetricks

Post by concerro »

I understand that wine and winetricks come together, but the advice for installing a program says to install using winetricks. When I went on the website to download msxml6 the only option Ubuntu gave me for installing it was wine, so I did not download it.
John Drescher

wine vs winetricks

Post by John Drescher »

I understand that wine and winetricks come together, but the advice for installing a program says to install using winetricks. When I went on the website to download msxml6 the only option Ubuntu gave me for installing it was wine, so I did not download it.
Actually they do not come together. Some distributions package
winetricks with wine but I recommend that you download winetricks from
the source and use that instead.

Instructions are here:

http://wiki.winehq.org/winetricks

--
John M. Drescher
concerro
Level 2
Level 2
Posts: 12
Joined: Wed May 30, 2012 2:32 am

Post by concerro »

Once I install winetricks how do I install msxml6?
If I open wine tricks, which I figured out how to do I am asked do I want to

Install an app
Install a benchmark
Install a game

Microsoft Core XML Services is the long way of saying msxml6. I know some windows programs require it, but I don't have enough computer knowledge to know why.
John Drescher

wine vs winetricks

Post by John Drescher »

On Sat, Jun 16, 2012 at 1:20 AM, concerro <[email protected]> wrote:
Once I install winetricks how do I install msxml6?
open a terminal as a normal user and type

winetricks msxml6

Do not do that as root or use su or sudo

John
concerro
Level 2
Level 2
Posts: 12
Joined: Wed May 30, 2012 2:32 am

Re: wine vs winetricks

Post by concerro »

John Drescher wrote:On Sat, Jun 16, 2012 at 1:20 AM, concerro <[email protected]> wrote:
Once I install winetricks how do I install msxml6?
open a terminal as a normal user and type

winetricks msxml6

Do not do that as root or use su or sudo

John
Can I just copy and paste that?
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

See http://wiki.winehq.org/winetricks for how to run winetricks.

How you run it depends on how you installed it.

For instance, you can copy and paste this, and it should work:

rm -f winetricks
wget http://winetricks.org/winetricks
sh winetricks msxml6
chelsearason
Newbie
Newbie
Posts: 1
Joined: Wed Jun 20, 2012 3:19 am

Post by chelsearason »

DanKegel wrote:See http://wiki.winehq.org/winetricks for how to run winetricks.

How you run it depends on how you installed it.

For instance, you can copy and paste this, and it should work:

rm -f winetricks
wget http://winetricks.org/winetricks
sh winetricks msxml6
I finally got what I'm looking for. Thanks!!!
concerro
Level 2
Level 2
Posts: 12
Joined: Wed May 30, 2012 2:32 am

Post by concerro »

DanKegel wrote:See http://wiki.winehq.org/winetricks for how to run winetricks.

How you run it depends on how you installed it.

For instance, you can copy and paste this, and it should work:

rm -f winetricks
wget http://winetricks.org/winetricks
sh winetricks msxml6
I installed it from the Ubuntu software center.

What was I supposed to copy and paste?
The "rm -f winetricks" line or the other two lines also?

edit:Thanks, I figured it out. Now I am just waiting to see if it works.
Last edited by concerro on Mon Jul 23, 2012 6:32 am, edited 1 time in total.
concerro
Level 2
Level 2
Posts: 12
Joined: Wed May 30, 2012 2:32 am

Post by concerro »

I got a message saying:

"The msxml6 package is not supported by the current processor type."

If it matters, I have an Intel® Celeron(R) CPU 900.
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

How did you try to install msxml6?

If you downloaded a file from Microsoft, perhaps you downloaded the wrong one.

Try instead
sh winetricks msxml6

That will download and install the right file for you.
concerro
Level 2
Level 2
Posts: 12
Joined: Wed May 30, 2012 2:32 am

Post by concerro »

DanKegel wrote:How did you try to install msxml6?

If you downloaded a file from Microsoft, perhaps you downloaded the wrong one.

Try instead
sh winetricks msxml6

That will download and install the right file for you.
I used "sh winetricks msxml6"
I copied and pasted it from a post in this thread to my console, and that error came up.
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

What do the two commands
wine --version

cat /proc/cpuinfo

output?
concerro
Level 2
Level 2
Posts: 12
Joined: Wed May 30, 2012 2:32 am

Re:

Post by concerro »

DanKegel wrote:What do the two commands
wine --version

cat /proc/cpuinfo

output?
Thanks for the help.


1st command -->wine-1.4

2nd command

processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 23
model name : Intel(R) Celeron(R) CPU 900 @ 2.20GHz
stepping : 10
microcode : 0xa07
cpu MHz : 2194.745
cache size : 1024 KB
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss tm pbe syscall nx lm constant_tsc up arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl tm2 ssse3 cx16 xtpr pdcm xsave lahf_lm dts
bogomips : 4389.49
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Re: wine vs winetricks

Post by DanKegel »

Just in case, can you try this with current wine (wine-1.5.9)?
concerro
Level 2
Level 2
Posts: 12
Joined: Wed May 30, 2012 2:32 am

Re: wine vs winetricks

Post by concerro »

DanKegel wrote:Just in case, can you try this with current wine (wine-1.5.9)?
I will try it. Should I try an update from the terminal, or the Ubuntu Software Center? Since I have been told by more than one person that it matters how it is installed I want to use whichever one is easier to deal with.
Locked