Page 1 of 1

Single iso containig all updates

PostPosted: 10.11.2011, 16:58
by Pete Monger
I have a w2k3 server with Office 2007, some Office 2003 components and .NET etc. How can I create a single iso file containing all these updates.
When I tried I got all the updates on the iso except the w2k3 folder. Is this expected behavior?
What options shoud I be using?

Thanks,

- Pete

Re: Single iso containig all updates

PostPosted: 11.11.2011, 09:24
by WSUSUpdateAdmin
Hi and welcome, Pete,

you may call
Code: Select all
CreateISOImage.cmd all

(Syntax of CreateISOImage.cmd is shown when called without params).

Alternatively, you may delete
Code: Select all
*w2k*

from ...\exclude\ExcludeListISO-all-x86.txt.

Regards
Torsten Wittrock

Re: Single iso containig all updates

PostPosted: 11.11.2011, 11:19
by Pete Monger
Torsten,

Thans for your prompt reply. That all worked fine.

Am I correct in thinking that changing these .txt files to include/exclude updates does not constitute a source code change under the GPL therefore does not require me to publish those changes?

Thanks,

- Pete

Re: Single iso containig all updates

PostPosted: 11.11.2011, 13:50
by WSUSUpdateAdmin
Hi!

Pete Monger wrote:Am I correct in thinking that changing these .txt files to include/exclude updates does not constitute a source code change under the GPL therefore does not require me to publish those changes?

Never mind, I won't blame you for local modifications. :)

Regards
Torsten Wittrock

Re: Single iso containig all updates

PostPosted: 11.11.2011, 18:05
by Denniss
May I ask why w2k* is excluded from the ISO generation ?
DVD size limitation ?

Re: Single iso containig all updates

PostPosted: 11.11.2011, 20:34
by WSUSUpdateAdmin
Yep.

Re: Single iso containig all updates

PostPosted: 12.11.2011, 00:08
by Denniss
What about adding a special switch to ignore the w2k* exclusion to create ISO for double-layer media ?
Or just for those using W2k3 ?