Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 4987  / 3 Years ago, sat, july 24, 2021, 12:52:15

How do you set execute permissions on a .exe that is on a mounted image (.ISO file)?


More From » mount

 Answers
5

Depending of the filesystem of you .iso you can also mount the image as executable by adding option exec or umask=777 to your mount command.



In case you just need to run a Windows .exe file with Wine you could also issue:



cd path/to/isofile
wine program.exe


from a command line.


[#44461] Sunday, July 25, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
bunsistent

Total Points: 198
Total Questions: 108
Total Answers: 121

Location: Monaco
Member since Sun, Jan 16, 2022
2 Years ago
;