I was tasked with helping automate the build process where I work and was specifically given the task of packaging the installer/release files into an ISO to be burnt and distributed to customers. The script will pull all of the files to a central location, but then I need to package those files into an ISO disk image. I was going to do this through the command line, but I was wondering if anyone had any experience with any command line tools for packaging a built product into an ISO (disk image).
I have heard of using Linux's MKISOFS (however I will most likely be setting this up to run on a Windows environment) but haven't done much research yet and was wondering if anyone out there could help point me in the right direction.
mkisofs, but don't know what you need to run it on windows (cygwin or...). – dmckee Jul 29 '10 at 22:06