Isaac:
If you use the following, winetricks will only affect the new Wine Prefix:
[code]
export WINEPREFIX=<Path to new Wine Prefix goes here>
[/code]
To change back to the original Wine Prefix ($HOME/.wine) use the following:
[code]
unset WINEPREFIX
[/code]
More information about using Wine Prefixes is available on the Wine Wiki:
http://wiki.winehq.org
James McKenzie
On 3/18/11, isaac <wineforum-user at winehq.org>
wrote:> if I change my default wine prefix with
>
> export WINEPREFIX=~/.ladeeda
>
> will winetricks activity only effect that new file? Or will changes there
> effect all my other wine related installations?
>
> THank you!
>
>
>
>
>
>