Jump to content

Best program to .iso the XPCD ?


Recommended Posts

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. :)

Link to comment
Share on other sites


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. :)

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...