How to Create a Very Nice "Administrator's Toolkit" - Step 10: Create The ISO

 

1.  Download the modified (with duplicate file linking) mkisofs at http://cdrtools.bootcd.ru/                               

2.  You can download and use my simple mkisofs modified-hta gui (Put mkisofs.exe in the same folder)  The GUI sets "-J -N -joliet-long -hide boot.catalog -hide-joliet boot.catalog -hide isolinux.bin -hide-joliet isolinux.bin" automatically.

                                 

        or you can use mkisofs from the command line manually:

        mkisofs -J -N -joliet-long -no-iso-translate -duplicates-once -iso-level 4 -no-emul-boot -boot-load-size 4 -boot-info-table -hide boot.catalog -hide-joliet boot.catalog
                          -hide isolinux.bin -hide-joliet isolinux.bin -b ISOLINUX/isolinux.bin -V "AdminToolkit" -o "C:\AdminToolkit.iso" "C:\Admin"

3.  You're done!  Cheers!