MHz Posted August 5, 2004 Posted August 5, 2004 I have CDImage and Boot.Bin in system32 folder.Entered this into registry:Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\Folder\shell\MakeBootISO\command]@="CDIMAGE.EXE -LDATACD -YD -N -H -X -BC:\\Windows\\System32\\Boot.Bin -OCI -M -D \"%1\" ..\\BootImage.iso"[HKEY_CLASSES_ROOT\Folder\shell\MakeDataISO\command]@="CDIMAGE.EXE -LDATACD -YD -N -H -X -OCI -M -D \"%1\" ..\\DataImage.iso"Shows as working. Creates a ISO next to the folder that you right click on.Bootable and Data working.Tried adding some more variables wwwithout success.Good tweak if you make alot of ISOs. Enjoy.
MHz Posted August 5, 2004 Posted August 5, 2004 Just a little change of turnibg off binary campare with Data Image.Still does duplicate only once, but a little faster.----------------------------------------------------------------------------------------Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\Folder\shell\MakeBootISO\command]@="CDIMAGE.EXE -LWINDOWS -YD -N -H -X -Bc:\\WIndows\\System32\\Boot.Bin -OCI -M -D \"%1\" ..\\BootImage.iso"[HKEY_CLASSES_ROOT\Folder\shell\MakeDataISO\command]@="CDIMAGE.EXE -LDATA -YD -N -H -X -O -M -D \"%1\" ..\\DataImage.iso"----------------------------------------------------------------------------------------Will make life easy for someone.
MCT Posted August 5, 2004 Posted August 5, 2004 i converted what mhz said to an inf..[Version]Signature=$CHICAGO$[DefaultInstall]AddReg = CDImage[CDImage]HKCR,"Folder\shell\MakeBootISO\command",,,"CDIMAGE.EXE -LWINDOWS -YD -N -H -X -B%11%\\xpBoot.img -OCI -M -D %here% %24%\\BootImage.iso"HKCR,"Folder\shell\MakeDataISO\command",,,"CDIMAGE.EXE -LDATA -YD -N -H -X -O -M -D %here% %24%\DataImage.iso"[Strings]here = ""%1""this will put the iso on your %systemdrive%regards
prathapml Posted August 5, 2004 Posted August 5, 2004 Best program to .iso the XPCD ?cdimageGUI for me!UltraISO rocks, but its optimization feature is not immune from acting flakey at times - so I can't trust it if optimizing my OS CD.WinISO su**s. Poor interface. Not properly implemented features (in comparison to today's ultraiso, was good in its day). Not updated since 3 years. What more can I say?
MCT Posted August 5, 2004 Posted August 5, 2004 with the above inf code i posted.. anyway 2 make the title of the ISO the name of the folder?
MHz Posted August 6, 2004 Posted August 6, 2004 Well done MCT.I tried to do it the same as the folder name. But you succeeded.Congrats.
xtremexxx Posted August 6, 2004 Author Posted August 6, 2004 boot.bin are you refering to xpboot.img in cdimage dir?
MHz Posted August 6, 2004 Posted August 6, 2004 I think CDImage accepts .img files. I have none at the moment to test.Instead, some bootfiles attached for you. One for NT and the other for 2K + XP.Hust rename the files to suit the reg entry or change the reg entry to match the file name.BootFiles.zip
MCT Posted August 6, 2004 Posted August 6, 2004 the xpboot.img is the same 1 that comes with the CDImage Pro from http://unattended.msfn.org regards
MHz Posted August 6, 2004 Posted August 6, 2004 Cool, I have also used .bif files that ultraiso makes, with CDImage. All in all, it is a container that holds a little program in a 2 kb file that the system reads to look at 3 files to boot up NT systems with. . P.S. Some filetypes may not apply.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now