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.
> 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
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.
On Sat, Jun 16, 2012 at 1:20 AM, concerro <wineforum-user at winehq.org> 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
John Drescher wrote:> On Sat, Jun 16, 2012 at 1:20 AM, concerro <wineforum-user at winehq.org> 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 > > JohnCan I just copy and paste that?
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
On Sun, Jun 17, 2012 at 4:36 AM, concerro <wineforum-user at winehq.org> wrote:> > John Drescher wrote: >> On Sat, Jun 16, 2012 at 1:20 AM, concerro <wineforum-user at winehq.org> 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? >Yes the terminal should allow you to copy and paste. John