Winetricks and Multiple Wine Processes

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
cfurlin
Newbie
Newbie
Posts: 2
Joined: Sat Apr 18, 2009 4:12 pm

Winetricks and Multiple Wine Processes

Post by cfurlin »

Hello,

I thought this would be a question someone asked before but my search returned no hits so...

I have several Wine process, mainly because some software I use requires Win components or registry entries that screw up other applications. I run these apps alone in dedicated Wine processes. For example, I have the folllwing:

.wine
.wine-lotro
.wine2
.wine3

Is there any way to tell winetricks which process to use when installing components? I can't find information on how to do it anywhere.

Right now I'm renaming the .wine dorectory to .wine-old, then renaming the dir I need components installed to .wine. Installing using winetricks and then putting everything back to the way it was. Tedious.

Thanks in advance.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Winetricks and Multiple Wine Processes

Post by austin987 »

On Sat, Apr 18, 2009 at 4:25 PM, cfurlin <[email protected]> wrote:
Hello,

I thought this would be a question someone asked before but my search returned no hits so...

I have several Wine process, mainly because some software I use requires Win components or registry entries that screw up other applications. I run these apps alone in dedicated Wine processes. For example, I have the folllwing:

.wine
.wine-lotro
.wine2
.wine3

Is there any way to tell winetricks which process to use when installing components? I can't find information on how to do it anywhere.

Right now

Thanks in advance.





I think you mean prefix, not process. Process has a specific meaning
on computers.

Anywho, yes, just use:
$ WINEPREFIX=~/.wine2 winetricks corefonts

adjust appropriately to what you want.

--
-Austin
Locked