On Tue, Sep 13, 2011 at 09:50, ubyx <wineforum-user@xxxxxxxxxx> wrote: > Hello folks. > > I have a little question for you. > > First to the background. I have a windows program (command line based) that is able to run just fine in the wine environment. > Now I want to run it on our linux HPC server (no multi-threading and so on is needed). There is no wine installed by default, and as I'm no admin I can't install it there. So is it possible to make wine run purely out of my home folder? Then I would have an "wine package" that I could simply copy in there and run the program... > > Thank's for any help. You can compile wine and run it from any directory. Just use sthg like /path/to/wine path/to/your/prog.exe