I get this error message:
The file '/media/OBDCOM/setup.exe' is not marked as executable. If this was downloaded or copied form an untrusted source, it may be dangerous to run. For more details, read about the executable bit.
What does this all mean?
Wine does not launch a setup.exe application
Re: Wine does not launch a setup.exe application
Exactly what is says - CD/DVD is mounted with +noexec flag. That will prevent Wine from starting any programs from it.chlenz62 wrote:What does this all mean?
Remount CD/DVD without "noexec" option. For more details see "man mount".