wine vs winetricks
wine vs winetricks
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.
wine vs winetricks
Actually they do not come together. Some distributions packageI 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.
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
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.
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.
wine vs winetricks
On Sat, Jun 16, 2012 at 1:20 AM, concerro <[email protected]> wrote:
winetricks msxml6
Do not do that as root or use su or sudo
John
open a terminal as a normal user and typeOnce I install winetricks how do I install msxml6?
winetricks msxml6
Do not do that as root or use su or sudo
John
Re: wine vs winetricks
Can I just copy and paste that?John Drescher wrote:On Sat, Jun 16, 2012 at 1:20 AM, concerro <[email protected]> wrote:open a terminal as a normal user and typeOnce I install winetricks how do I install msxml6?
winetricks msxml6
Do not do that as root or use su or sudo
John
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
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
-
- Newbie
- Posts: 1
- Joined: Wed Jun 20, 2012 3:19 am
I finally got what I'm looking for. Thanks!!!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.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
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.
I used "sh winetricks msxml6"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 copied and pasted it from a post in this thread to my console, and that error came up.
Re:
Thanks for the help.DanKegel wrote:What do the two commands
wine --version
cat /proc/cpuinfo
output?
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
Re: wine vs winetricks
Just in case, can you try this with current wine (wine-1.5.9)?
Re: wine vs winetricks
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.DanKegel wrote:Just in case, can you try this with current wine (wine-1.5.9)?