[Wine] Further question on wine 1.3

James McKenzie jjmckenzie51 at gmail.com
Wed May 4 13:50:20 CDT 2011


On Wed, May 4, 2011 at 11:20 AM, Raffhell <wineforum-user at winehq.org> wrote:
>
> dimesio wrote:
>>
>> Raffhell wrote:
>> > I've read the guide but I don't understand yet how to create a wineprefix (other than /.wine) in which test the apps... I would know both the CLI
>> > mode and the GUI mode (if any).
>> >
>>
>> http://wiki.winehq.org/FAQ#head-faf9617c53607e583f6e6ff70a4ac9522d490faf
>
> Thank you :)
>
> So, if I want to install something in a prefix I use
>
> Code:
> WINEPREFIX="$HOME/.<my prefix>" wine setup.exe
>
> If then I want to use winetricks within that prefix? Is the code below correct?
>
> Code:
> WINEPREFIX="$HOME/.<my prefix>" winetricks
>
[code]
export WINEPREFIX=$HOME/.<my prefix>
[/code]

Will set the WINEPREFIX until you set it to something else or issue
the unset command.

James McKenzie



More information about the wine-users mailing list