Top "Wine" questions

Wine is a software emulator used to run Windows software on UNIX-like operating systems.

Running wine without displaying the GUI window

I would like to run wine myapp.exe without displaying the GUI window. myapp.exe is a command-line application. Is …

command-line wine
Wine PATH through command line and not persistent

I know I can change my wine PATH through regedit, but I actually need to change the PATH just for …

path wine
How to manually install zenity in homebrew?

Zenity is required for some apps like winetrick-gtk and its not installed automatically when you install winetricks. The problem is …

macos homebrew wine
Wine error: Application tried to create a window, but no driver could be loaded

I made a fcgi-isapi bridge, which I compile with wineg++ (keyword winelib). It is running a pure Win32 isapi extension …

wine winelib
How to use Wine from Apache/Php? - '/var/www' is not owned by you

I need to run a windows command line tool from a php script on my Debian server. For that, I'm …

php apache wine
Build MSI in Wine

Hoping this is still on-topic for StackOverflow. I'm doing all my development on a Linux machine, but the code will …

linux windows-installer wine