Page 1 of 1
[solved] mkisofs.exe

Posted:
26.05.2011, 14:28
by gardellajm
I have installed WSUS 6.8.4. Ran UpdateGenerator.exe and UpdateInstaller.exe. All updates have been downloaded sucessfully. I request and ISO Image be created. An error message indicating "Utility ..\bin\mkisofs.exe not found" is displayed. How do I resolve?
Thank you in advance.
Re: mkisofs.exe

Posted:
26.05.2011, 14:59
by WSUSUpdateAdmin
Hi and welcome, gardellajm,
mkisofs.exe should have been downloaded automatically.
Please re-run download to eliminate a possible temporary problem.
You may also check the download log (...\log\download.log) for errors.
Regards
Torsten Wittrock
Re: mkisofs.exe

Posted:
26.05.2011, 18:48
by gardellajm
I checked the log and found:
. . .Starting WSUS offline update download (v. 6.8.4) for ofc glb (found the same for all product selections)
. . .Info: option /includedotnet detected
. . .Info: option /includemsse detected
. . .Info: option /includewddefs detected
. . .Info: option /verify detected
. . .Info: option /exitonerror detected
. . .Info: option /skipmkisofs detected
. . .
Removed /skipmkisofs option from the . . for %%1 in (. . . statement in the ./cmd/downloadUpdates.cmd file.
mkisofs.exe was copied to the correct directory. And I was able to create an ISO image.
Is that the correct resolution to the problem or should something else be done?
Thanks again.
Re: mkisofs.exe

Posted:
27.05.2011, 12:52
by WSUSUpdateAdmin
I assume that you downloaded without ISO option, then tried to create an ISO afterwards using CreateISOImage.cmd.
That's why mkisofs.exe wasn't present.
You didn't need to modify the code, but anyway, once mkisofs.exe is present, it won't be deleted, so yes, you're done now.
RTW