windows program

Asked by Troy Hendrix

Trying to use a windows program through wine uploader and I get this message "The file '/home/troy/Desktop/Program Files/VCW VicMan's Photo Editor/vcwphoto.exe' is not marked as executable. If this was downloaded or copied from an untrusted source, it may be dangerous to run. For more details, read about the executable bit." What do I do next????

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu wine Edit question
Assignee:
No assignee Edit question
Solved by:
marcus aurelius
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

chmod +x /home/troy/Desktop/Program Files/VCW\ VicMan\'s\ Photo\ Editor/vcwphoto.exe; wine /home/troy/Desktop/Program Files/VCW\ VicMan\'s\ Photo\ Editor/vcwphoto.exe

Should do it

Revision history for this message
delance (olivier-delance) said :
#2

@actionparsnip : the wine project is subscribed by an active guy. Could you think to attach question to wine project. The packet openoffice.org is also actively subscribed.

Revision history for this message
Troy Hendrix (trhendri) said :
#3

Where do I put this code and do i chage the name of the files next time I see this comment

Revision history for this message
Best marcus aurelius (adbiz) said :
#4

right click on the file then select open with wine.

Revision history for this message
Troy Hendrix (trhendri) said :
#5

Thanks marcus aurelius, that solved my question.