wineprefix

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
mikon29
Level 2
Level 2
Posts: 21
Joined: Tue Apr 24, 2012 7:57 am

wineprefix

Post by mikon29 »

Hello,

can anybody tell me how to create a 32 bit wineprefix i am using wine on 64 bit machine wine32 bit and wine 64 are installed.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: wineprefix

Post by dimesio »

mikon29 wrote: can anybody tell me how to create a 32 bit wineprefix i am using wine on 64 bit machine wine32 bit and wine 64 are installed.

Code: Select all

WINEARCH=win32 WINEPREFIX=/path/to/wineprefix winecfg
Substitute the actual path to the wineprefix in the above. This has to be done on wineprefix creation; you can't change the architecture once it's created.
Locked