bigseb wrote: > If I need to add, say, directx or j# redistributibles to a specific enviroment (prefix??) how do I do that. winetricks always wants to add to .wine instead of .wine_myapp... > > Also how do I install an app to a specific enviroment without using PlayOn Linux? That's what the purpose of the line export WINEPREFIX="$HOME/.wine_myapp" The terminal (shell) creates a "yellow post it" of this (WINEPREFIX) and then wine, winecfg, and, I guess, winetricks check for this "post it" (variable) when they are run. Re-read the 1st reply to the post and further explanation later on.