MSFN Forum: Best program to .iso the XPCD ? - MSFN Forum

Jump to content



  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Best program to .iso the XPCD ? Rate Topic: -----

#1 User is offline   xtremexxx 

  • MSFN Addict
  • PipPip
  • Group: Members
  • Posts: 177
  • Joined: 04-July 04

  Posted 05 August 2004 - 07:27 AM

As the topic says...

WinIso many say its not that good.

Nlite apparently gives problems also.

What do you suggest?


#2 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01
  • OS:ME
  • Country: Country Flag

Posted 05 August 2004 - 07:30 AM

http://unattended.ms...g/xp/finish.htm

#3 User is offline   xtremexxx 

  • MSFN Addict
  • PipPip
  • Group: Members
  • Posts: 177
  • Joined: 04-July 04

Posted 05 August 2004 - 07:41 AM

Thank you Aaron, I'll try it right now.

#4 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 05 August 2004 - 09:16 AM

while we're talkin about this..

i too use the XP pro cd image.. how can i add rightclick & "make XP ISO" i know how 2 get the text 2 showup.. but what do i do for the command?

thanks :)

#5 User is offline   argon007 

  • Argon Party
  • PipPipPip
  • Group: Members
  • Posts: 360
  • Joined: 09-July 04

Posted 05 August 2004 - 09:30 AM

MCT, on Aug 5 2004, 08:16 AM, said:

while we're talkin about this..

i too use the XP pro cd image.. how can i add rightclick & "make XP ISO" i know how 2 get the text 2 showup.. but what do i do for the command?

thanks :)

You can make a test in Virtual PC because it supports the ISO files.

#6 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 05 August 2004 - 09:31 AM

i know it supports iso files, but i dont know how 2 do what i said.. as i said :)

#7 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 05 August 2004 - 11:45 AM

You could try CDImageGUI, if you are unsure with using commandline usage.
A link is here for it.
http://www.tech-hint.../cdimagegui.zip

#8 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 05 August 2004 - 11:48 AM

i can use commandline usage fine.. im just not sure what 2 add in

HKCR\*\Shell\Make XP ISO\ default value

regards

#9 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 05 August 2004 - 12:13 PM

I use these switches.

CDIMAGE -LWXPCORP_ -N -H -O -OC -M -BC:\FILES\W2K.BIN C:\XPSP2\CD_ROOT\ C:\ISOs\XPSP2.ISO

If any help

#10 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01
  • OS:ME
  • Country: Country Flag

Posted 05 August 2004 - 12:18 PM

MCT, I know what you mean. I'll try and find out if its possible :)

#11 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 05 August 2004 - 12:19 PM

ive found what i wanted :)
look @ greenmachine's post here

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Folder\shell\MakeBootISO\command]
@="CDIMAGE.EXE -LDATACD -YD -N -H -X -BC:\\BOOT.BIN -OCI -M -D \"%1\" E:\\DATA.ISO"

[HKEY_CLASSES_ROOT\Folder\shell\MakeDataISO\command]
@="CDIMAGE.EXE -LDATACD -YD -N -H -X -OCI -M -D \"%1\" E:\\DATA.ISO"


#12 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 05 August 2004 - 12:23 PM

is there anyway 2 alter that command to something like

IF EXIST "E:\Data1.iso" make data2.iso? & so on?

thanks :)

#13 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 05 August 2004 - 12:36 PM

MCT, on Aug 5 2004, 08:46 PM, said:

how can i add rightclick & "make XP ISO"

;Right-click any folder to make ISO of/with boot-sector
[HKEY_CLASSES_ROOT\folder\shell\make_ISO]
@="make bo&otable ISO"
[HKEY_CLASSES_ROOT\folder\shell\make_ISO\command]
@="cdimage.exe -a -b -c -your_other_switches"


Just a suggestion. you must have cdimage, and the boot-sector in that folder. Do post back, if you refine this to more sophisticated levels.

#14 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 05 August 2004 - 12:43 PM

Just a thought.
Put CDImage and bootfile into system32 folder. Should be global then?

#15 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01
  • OS:ME
  • Country: Country Flag

Posted 05 August 2004 - 01:03 PM

Yep

#16 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 05 August 2004 - 01:51 PM

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

#17 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 05 August 2004 - 02:49 PM

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

#18 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 05 August 2004 - 03:27 PM

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

#19 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 05 August 2004 - 03:41 PM

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?

#20 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 05 August 2004 - 04:28 PM

with the above inf code i posted.. anyway 2 make the title of the ISO the name of the folder?

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy