dimesio wrote: > > Raffhell wrote: > > I've read the guide but I don't understand yet how to create a wineprefix (other than /.wine) in which test the apps... I would know both the CLI mode and the GUI mode (if any). > > > > http://wiki.winehq.org/FAQ#head-faf9617c53607e583f6e6ff70a4ac9522d490faf Thank you :) So, if I want to install something in a prefix I use Code: WINEPREFIX="$HOME/.<my prefix>" wine setup.exe If then I want to use winetricks within that prefix? Is the code below correct? Code: WINEPREFIX="$HOME/.<my prefix>" winetricks