fcmartins wrote: > > 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. I still don't understand :( When I open the winetricks app it says at the top of the window "Winetricks - choose a wine prefix" but there is no way of adding to .wine_myapp :? As an example: I have a software called MoI. The .exe is in my downloads folder. I would like to install this not in the .wine folder but in the .wine_MoI folder. How do I do this? Another software I have is called Alibre. Its .exe is also in my dowmloads folder. This I would like to install to .wine_alibre but it also needs J# redistributibles and directx9. How do I go about this? Please help me through this. I much appreciate it.