2008/5/23 Efros <wineforum-user@xxxxxxxxxx>: > Then I would be running it natively under XP, albeit in Virtualbox or something. I would rather run it under Wine, the application is run from a remote server and I don't want to unnecessarily complicate the situation. Also I really don't want to install a virtual desktop for the sake of one application. No, no - this means you run the app in Wine in a desktop window. See: http://wiki.winehq.org/DesktopWindow You'd need to run it from the command line with something like: wine explorer /desktop=ref,800x600 [name of .exe file] (Note that I've never actually tried this myself ;-) ) - d.