> One thing I am still uncertain of though is how to install a program > to a specific prefix. Going by what I read above, if I haven't closed > the terminal then I am still in 'export WINEPREFIX=~/.wine-new '. So > do I just run 'wine myapp.exe'? And it automatically installs to the > right prefix? > Yes. If you want to double check, running the command echo $WINEPREFIX will show you what the current setting is. Martin