On Sun, May 22, 2011 at 18:17, vitamin <wineforum-user@xxxxxxxxxx> wrote: > > e8hffff wrote: >> Example: (wine: cannot find 'WINEPREFIX=/home/wine') >> wine WINEPREFIX=/home/wine /home/default/.cache/winetricks/Xvid-1.2.2-07062009.exe > > This command is wrong. WINEPREFIX is not an Wine's option it is an environment variable. So you need to do this instead: > > Code: > > WINEPREFIX=/home/wine wine /home/default/.cache/winetricks/Xvid-1.2.2-07062009.exe Enhanced http://wiki.winehq.org/FAQ#head-faf9617c53607e583f6e6ff70a4ac9522d490faf section to tell how to specify WINEPREFIX for each command.