Page 1 of 1

One Big ISO for Blu-Ray/VirtualCD etc

PostPosted: 29.01.2011, 10:50
by brougham
Can we have an all-in-one big ISO option please?

This can be used in loads of places- Blu-Ray, Virtual Machines, Virtual CloneDrive, Demon Tools, Iodd 2501

Re: One Big ISO for Blu-Ray/VirtualCD etc

PostPosted: 29.01.2011, 22:50
by WSUSUpdateAdmin
Hi!

brougham wrote:Can we have an all-in-one big ISO option please?[...]

Yes.
Please try "CreateISOImage.cmd all".
The GUI doesn't map this switch.

RTW

Re: One Big ISO for Blu-Ray/VirtualCD etc

PostPosted: 30.01.2011, 10:30
by wyoming
funktioniert
habe zu meiner freude gesehen
Image
das auch meine im iso ordner liegenden "alten" iso-dateien für o2k und w2k integriert wurden

edit: bitte um aufnahme in die faqs

Re: One Big ISO for Blu-Ray/VirtualCD etc

PostPosted: 30.01.2011, 17:14
by harry
To 'really' have everything in the ISO, the command line should look like this:
Code: Select all
CreateISOImage all /includedotnet /includemsse /includewddefs [/outputpath OutputPath]
/outputpath OutputPath is needed only if it should be not ..\iso


wyoming wrote:habe zu meiner freude gesehen
...
das auch meine im iso ordner liegenden "alten" iso-dateien für o2k und w2k integriert wurden

Das bringt mit aktuellen Version von WSUSOU nichts, weil diese die Verzeichnisse o2k (seit V6.3) und w2k (seit V6.7) nicht mehr kennen.

Re: One Big ISO for Blu-Ray/VirtualCD etc

PostPosted: 30.01.2011, 17:40
by brougham
Fantastic! Thank you very much- it's already there.

I did try reading what I could and didn't see this mentioned before.

Re: One Big ISO for Blu-Ray/VirtualCD etc

PostPosted: 24.02.2011, 11:32
by WSUS-Fan
Hello ! First my Thanks for WSUS-Offline, it is a really great Tool !

I have a few questions and a wish:

1. Is ist possible to integrate the "One Big ISO"-Option into the GUI (including the Option to choose a costum-Output-Path [this also for the other-ISO-Files]) ?

2. I want to create the "Big-ISO" into a Share on my NAS. The UNC-Path is "\\nas\CD-Images\0_WSUS-ISO-Images".
I wrote a batch:

CreateISOImage all /includedotnet /includemsse /includewddefs [\\NAS\CD-Images\0_WSUS-ISO-Images]
or
CreateISOImage all /includedotnet /includemsse /includewddefs [/outputpath \\NAS\CD-Images\0_WSUS-ISO-Images]

But it did'nt work, the File is created into the standard-path. I'm sure i have used an incorrect Syntax. Please tell my the correct Syntax.

3. Could you tell me the correct way to create (all) the single Iso files to the NAS-Folder "\\NAS\CD-Images\0_WSUS-ISO-Images"

Thanks a lot for your Help,

Greetings,

Jan

Re: One Big ISO for Blu-Ray/VirtualCD etc

PostPosted: 24.02.2011, 13:50
by -Iwan-
Code: Select all
CreateISOImage all /includedotnet /includemsse /includewddefs /outputpath \\NAS\CD-Images\0_WSUS-ISO-Images

Re: One Big ISO for Blu-Ray/VirtualCD etc

PostPosted: 24.02.2011, 14:17
by WSUSUpdateAdmin
Hi and welcome, WSUS-Fan,

WSUS-Fan wrote:First my Thanks for WSUS-Offline, it is a really great Tool !

:)

WSUS-Fan wrote:1. Is ist possible to integrate the "One Big ISO"-Option into the GUI (including the Option to choose a costum-Output-Path [this also for the other-ISO-Files]) ?

I'll think about that again, but it's useless for physical media because the image won't fit to DVD-5 discs.

WSUS-Fan wrote:2. I want to create the "Big-ISO" into a Share on my NAS. The UNC-Path is "\\nas\CD-Images\0_WSUS-ISO-Images".[...]

Pls. see -Iwan-'s posting, but note that you'll have to map your UNC path to a drive letter before since CreateISOImage.cmd doesn't support UNC paths yet.
I'll fix that in http://trac.wsusoffline.net/browser/trunk (r219).

WSUS-Fan wrote:3. Could you tell me the correct way to create (all) the single Iso files to the NAS-Folder "\\NAS\CD-Images\0_WSUS-ISO-Images"

Pls. refer viewtopic.php?f=7&t=120.

Regards
Torsten Wittrock