[Wine]Can't use wineprefix option

Chris Rodgers rodgers at physchem.ox.ac.uk
Sat Oct 23 09:48:24 CDT 2004


Perhaps you should try:

WINEPREFIX=/directory/config wine /directory/program.exe

This assumes that you have a shell like sh, or bash. The WINEPREFIX=...
bit tells the shell to set that environment variable, then wine ...
tells it to run wine with ... as arguments. The way you have it, wine is
given an _argument_ "$WINEPREFIX=...", but it's expecting an environment
variable.

HTH

Chris Rodgers.

On Sat, 2004-10-23 at 12:40, Savio Ramos wrote:
> Hi,
> 
> How can I use wineprefix option?
> 
> I tried without successful:
> 
> 

> wine WINEPREFIX=/directory/config   /directory/program.exe
> 
> wine /directory/program.exe  WINEPREFIX=/directory/config
> 
> wine /directory/program.exe  $WINEPREFIX=/directory/config
> 
> 
> []'s




More information about the wine-users mailing list