nLite comes with mkisofs.exe en a boot.bin file, so I thought I had everything I needed to create a bootable iso form the command line, like this:
mkisofs.exe -joliet -translation-table -omit-period -b boot.bin -no-emul-boot -boot-load-size 4 -boot-load-seg 0x07C0 -full-iso9660-filenames -disable-deep-relocation -joliet-long -omit-version-number -no-iso-translate -o .\WinLite.iso .\Source
But each time I get the error: "Uh oh, I can't find the boot image 'boot.bin' !"
Is boot.bin in the nLite program folder not a good boot image for mkisofs.exe?
Thanks!
