Create ISO from a folder on HDD
#1
Posted 10 June 2004 - 03:15 PM
While at work today thinking about this, I thought of exacting WinXP off the disc as an ISO and then using WInImage to add and move files to it. Will this work? And is there an easier way to do what I want with another app?
Any help with this would be great.
Tools I have:
Nero 6.3.1.15
ISOBuster
WinImage
#3
Posted 10 June 2004 - 03:41 PM
#4
Posted 10 June 2004 - 03:42 PM
Alanoll, on Jun 10 2004, 03:41 PM, said:
http://unattended.ms...g/xp/finish.htm
yep
#5
Posted 10 June 2004 - 04:14 PM
... of course, what good is an ISO with a a way to burn it, thus the last two reg entries add "Burn To K:" to the right click of WinImageISO files (my ISO file type). Again, you can adjust the switches to make it work for you. You will need CDBURN.EXE in the path.
Now I know, that this is probably not what Dominix was looking for, but I've found it usefull ...
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" [HKEY_CLASSES_ROOT\WinImageIso\shell\BurnToK:] @="Burn To K:" [HKEY_CLASSES_ROOT\WinImageIso\shell\BurnToK:\command] @="CDBURN.EXE K: \"%1\" -SPEED 24"
#6
Posted 10 June 2004 - 04:45 PM
#7
Posted 10 June 2004 - 04:48 PM
very nice GM....
adds entries to current installl....
#8
Posted 10 June 2004 - 05:05 PM
#9
Posted 11 June 2004 - 03:39 AM
1.dont you need the ISO Creator for WinXP Pro.cmd anymore?
2.can you explain the switches you use!
3.can it be use'd with nero? if yes how
i like to try this out myself your right click and MakeDataISO or MakeBootISO
#10
Posted 11 June 2004 - 03:44 AM
1) Correct
2) CDIMAGE /? will get you the switch info. Best off copying the switches from the Unattended Guide: to use mine requires 8.3 UPPERCASE.
3) Use Nero as before, however that was ... I just use CDBURN command line.
No time for more detail ...
#11
Posted 13 June 2004 - 08:01 AM
If I had finished reading the Unattended guide I'ld have seen that.
#12
Posted 13 June 2004 - 04:40 PM
http://unattended.ms...tingstarted.htm
and download CDImage for Windows XP Professional Edition or Home Edition from the links on that page.
read the readme (change path to u're path in the batch file and then u just dbl-click on batch and u're on u're way...
#13
Posted 14 June 2004 - 02:16 AM
CLS @echo off TITLE Creating ISO Image of Windows 2K Professional ECHO. ECHO Removing any possible attributes set on D:\unattended\ZRMPFPP_DE and its subfolders... attrib -R -H D:\unattended\ZRMPFPP_DE /S /D ECHO. ECHO Creating ISO... CDIMAGE.EXE -lWXPFPP_EN -t12/31/2002,12:00:00 -h -j1 -m -bboot.img D:\unattended\ZRMPFPP_DE D:\2kunattend.ISO ECHO. PAUSE EXIT



Help
Back to top









