On Sat, May 19, 2012 at 3:21 PM, mikon29 <wineforum-user@xxxxxxxxxx> wrote: > Hello, > > i am on a 64 bit machine if i let wine setup yoursel then will create 64 bit prefix but i need 32 bit prefix. > Then do the following: WINEPREFIX=$HOME/wine32 WINEARCH=win32 wine winecfg. You can set this in your environment by exporting the two variables: export WINEPREFIX=$HOME/wine32 export WINEARCH=win32 Before running any program that requires a 32 bit Wine Prefix. James.