Displaying 1 result from an estimated 1 matches for "path_to_the_setup".
2009 May 22
1
Trying to install Visual Studio 2008 pro
...? :
- mount the iso ?
- burn the iso and mount the cd ?
I'd like to mount my visual studio iso to use it with wine if possible (see if it works, and avoid dual boot if ok).
After mounting the iso i'll need to find the setup.exe path and i guess wine can run this with something like $ wine path_to_the_setup.exe
Here's what i tried :
i did a # mount -t iso9660 -o loop /media/iomega_hdd/myfile.iso /media/iso but then it tells me the OS does not support iso 13346 UDF specifications
with # mount -t udf -o loop /media/iomega_hdd/myfile.iso /media/iso it then tells me the iso is already mounted in lo...