A Nonny Moose wrote: > > ./wine program_install.exe <---------------- > > And if this is incorrect, I really am at a loss. You have to substitute the actual path to the installer for your app for program_install.exe. This is basic command line usage. If you don't specify the full path, Wine looks for the installer in whatever directory you're in. In this case, you're in the wine-git directory, so that's where Wine is looking for the program installer. You could copy the installer to the wine-git directory so you don't have to specify the full path, but you will still have to specify the real name of the installer file in the command.