Saturday, April 20, 2024
 Popular · Latest · Hot · Upcoming
22
rated 0 times [  22] [ 0]  / answers: 1 / hits: 65407  / 1 Year ago, thu, april 20, 2023, 6:55:06

I have a file named X.iso. In this file there is a Windows application named X that I want to install then use. How can I install a Windows application file named X that is embedded in an ISO file into Wine and then be able to use it?



Note :



I am using Ubuntu 12.04.
I have wine .


More From » wine

 Answers
6

Create a directory where you will mount the disk, say inside /media/



sudo mkdir /media/x



now mount the iso using mount command like



sudo mount -o loop <PATH_ISO> /media/x



for unmount use umount


[#37043] Thursday, April 20, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
shionnky

Total Points: 276
Total Questions: 104
Total Answers: 108

Location: Montenegro
Member since Thu, Jun 16, 2022
2 Years ago
;