[Wine] Re: Universal procedure to know if wine can run 32 bits apps

vitamin wineforum-user at winehq.org
Sat Jan 22 10:49:58 CST 2011


ganymede wrote:
> I would like to know if there's a simple and universal procedure to know if wine if able to run 32 bits apps.


With this command Wine will refuse to run if you user has only wine-64:

Code:
TMP=$(mktemp -d); WINEARCH=win32 WINEPREFIX=$TMP/test wine winecfg; wineserver -w; rm -rf $TMP









More information about the wine-users mailing list