Multiple ISO's

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
rkrisher

Multiple ISO's

Post by rkrisher »

I just discovered by playing around and tested a way to do it. Well, with
CD's not ISO's, but it should work since your mounting an iso. Spreading it
around to a lot of posts because I've been searching for months.

in terminal or under start/run, type "wineconsole cmd"

This brings you to a windows like dos terminal.

change into your CDROM disk typing "d:" or whatever your drive letter is

type in your setup program name, i.e.: "setup.exe" or "install.exe"

the install will start. Change to your C drive with "C:"

When prompted for disk x, type in "eject"

insert next disk and continue.

Repeat until application is complete.

Remember to let your CD auto-mount by selecting "open in window" or manually
mount it before clicking OK at the "Insert CD X" prompt.

Hope it helps.

BTW, you need to use dos commands when exploring around in the command
prompt. Like "dir" instead of the "ls" we got used to.
--
View this message in context: http://www.nabble.com/Multiple-ISO%27s- ... 33404.html
Sent from the Wine - Users mailing list archive at Nabble.com.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Multiple ISO's

Post by austin987 »

On Fri, Jun 13, 2008 at 5:52 PM, rkrisher <[email protected]> wrote:
I just discovered by playing around and tested a way to do it. Well, with
CD's not ISO's, but it should work since your mounting an iso. Spreading it
around to a lot of posts because I've been searching for months.

in terminal or under start/run, type "wineconsole cmd"

This brings you to a windows like dos terminal.

change into your CDROM disk typing "d:" or whatever your drive letter is

type in your setup program name, i.e.: "setup.exe" or "install.exe"

the install will start. Change to your C drive with "C:"

When prompted for disk x, type in "eject"

insert next disk and continue.

Repeat until application is complete.

Remember to let your CD auto-mount by selecting "open in window" or manually
mount it before clicking OK at the "Insert CD X" prompt.

Hope it helps.

BTW, you need to use dos commands when exploring around in the command
prompt. Like "dir" instead of the "ls" we got used to.
--
View this message in context: http://www.nabble.com/Multiple-ISO%27s- ... 33404.html
Sent from the Wine - Users mailing list archive at Nabble.com.


You could also use wine eject for the same purpose.
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Post by oiaohm »

Simple one wine does not play well with ISO files.

When you say cdrom drive wine is expecting to talk to exactly that. Wine is not a cdrom emulator and mount loop back is also not a virtual cdrom drive.

If application asks wine to do a direct cdrom request command that is exactly what wine does. Mounted loop back iso's don't answer that so program fails.

Nothing wrong with wine. Its your setup that is wrong.

There is a virtual cdrom drive for Linux. Windows virtual cdrom drives will not work.
rkrisher

Multiple ISO's

Post by rkrisher »

Seems like duplicity to me and a waste of HD space. If I download an ISO to
replace the original CD my kids messed up, I'm just gonna burn it to a CD
and install it normal anyway and back up the iso off the hard drive. Are we
just being lazy or do we not have a CD burner on the system?
--
View this message in context: http://www.nabble.com/Multiple-ISO%27s- ... 59722.html
Sent from the Wine - Users mailing list archive at Nabble.com.
Locked