Multiple Versions of wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
SolisX
Level 3
Level 3
Posts: 52
Joined: Sat Jul 23, 2011 2:46 pm

Multiple Versions of wine

Post by SolisX »

Hello Everyone,

I have installed wine 1.2.2 and wine 1.3.29. My problem is that when i
use the one version it updates the registry every time i use the other
other one. Is there a way to stop this?


BTW: If Any one knows how to disable audio in wine 1.3.29 please let me know.
John Drescher

Multiple Versions of wine

Post by John Drescher »

On Mon, Sep 26, 2011 at 2:20 PM, SolisX <[email protected]> wrote:
Hello Everyone,

I have installed wine 1.2.2 and wine 1.3.29. My problem is that when i
use the one version it updates the registry every time i use the other
other one. Is there a way to stop this?
Use separate prefixes for each.

John
PatricF
Level 1
Level 1
Posts: 5
Joined: Mon Sep 26, 2011 1:56 pm

Re: Multiple Versions of wine

Post by PatricF »

SolisX wrote:Hello Everyone,

I have installed wine 1.2.2 and wine 1.3.29. My problem is that when i
use the one version it updates the registry every time i use the other
other one. Is there a way to stop this?


BTW: If Any one knows how to disable audio in wine 1.3.29 please let me know.
As the previous post said. Just define the WINEPREFIX before you start wine. For example.

:~$ WINEPREFIX=~/.wine.unstable /usr/bin/wine.1.3

And it will create a separate folder. you can easily create a script so you wont have to define the WINEPREFIX everytime.

Hope it helped.
Locked