Some basic concepts:
- wineprefix (link)
Tips:
export WINEPREFIX=$HOME/wine/quicken/
# If you want a 32-bit system, use this before creating prefix.
export WINEARCH=win32
# Eventually, set a specific locale.
export LANG="en_AU"
winecfg
wine "d:\Setup.exe"
# clear
unset WINEPREFIX
These commands are used for manually setting the prefix in the current console.
It is important to note that, when creating a Wine prefix, the specified directory should not exist. It will get created when executing winecfg.
It is important to note that, when creating a Wine prefix, the specified directory should not exist. It will get created when executing winecfg.
No comments:
Post a Comment