Cobra Forum

Linux Specialised Support => Wine => Topic started by: kalpana on Oct 30, 2023, 04:15 AM

Title: install a dvd on hard disk
Post by: kalpana on Oct 30, 2023, 04:15 AM
Hi everyone. I would like to install a DVD (of an English course) on hard drive.
I have already successfully given the following commands

Code:
mkdir path/to/dir
sudo mount -o loop "name-of-iso.iso" /path/to/dir

And I have successfully installed with wine (using the setup.exe file) the program in another folder (not in /home).
From the new folder the installed program (file.exe) starts, it correctly asks the user credentials but then there is an error message (it cannot find the "language" of the course).
In fact, the installed course folder is only 80 mb, compared to an ISO of 5 GB ... I tried to link the ISO folder to the installed program folder, but it didn't resolve. If the ISO is not mounted I get an error message and the program does not start.
It is possible that the problem is that the ISO is root? Maybe I should mount the ISO as a user? In that case, how is do it?
Thank you