Wine does not launch a setup.exe application

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
chlenz62
Newbie
Newbie
Posts: 1
Joined: Sat Dec 10, 2011 12:09 pm

Wine does not launch a setup.exe application

Post by chlenz62 »

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?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Wine does not launch a setup.exe application

Post by vitamin »

chlenz62 wrote:What does this all mean?
Exactly what is says - CD/DVD is mounted with +noexec flag. That will prevent Wine from starting any programs from it.

Remount CD/DVD without "noexec" option. For more details see "man mount".
Locked