reference:
http://frankscorner.org/index.php?p=wineprefix
create an additional profile:
# wineprefixcreate --prefix=~/testconfig
then to make changes to this new config:
# WINEPREFIX=~/testconfig winecfg
then to install into this new config:
# WINEPREFIX=~/testconfig wine /media/cdrom0/setup.exe
#run the application:
WINEPREFIX=~/testconfig wine ~/appname/drive_c/Program\ Files/app/appname.exe
No comments:
Post a Comment