MSFN Forum: Create ISO from a folder on HDD - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Create ISO from a folder on HDD Rate Topic: -----

#1 User is offline   Dominix 

  • Group: Members
  • Posts: 7
  • Joined: 10-June 04

  Posted 10 June 2004 - 03:15 PM

I'm trying to make a XP Pro slipstream disc and then an Unattended install disk. What I want to do is create an ISO from the files on my HDD without creating a disc. Then I plan on running the ISO on VMWare to test it out before doing the final burn.

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


#2 User is offline   sixpack 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 515
  • Joined: 29-May 04

Posted 10 June 2004 - 03:40 PM

look here:
http://www.msfn.org/...showtopic=20410

#3 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 10 June 2004 - 03:41 PM

even better and free
http://unattended.ms...g/xp/finish.htm

#4 User is offline   sixpack 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 515
  • Joined: 29-May 04

Posted 10 June 2004 - 03:42 PM

Alanoll, on Jun 10 2004, 03:41 PM, said:


yep :)

#5 User is offline   GreenMachine 

  • ineXPlicable
  • Group: Developers
  • Posts: 3,062
  • Joined: 22-August 03

Posted 10 June 2004 - 04:14 PM

I got tired of doing that by hand, so now I just right click, and select either MakeDataISO or MakeBootISO. The code below assumes CDIMAGE.EXE in the path (e.g. System32), the boot image, BOOT.BIN, in the C drive at the root, and the output is E:\DATA.ISO. You may also want to adjust the switches.

... 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 User is offline   Dominix 

  • Group: Members
  • Posts: 7
  • Joined: 10-June 04

Posted 10 June 2004 - 04:45 PM

Thanks guys. I've downloaded the files and I'll give it a try when I get home tonight.

#7 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 10 June 2004 - 04:48 PM

oooooh
very nice GM....

adds entries to current installl....

#8 User is offline   GreenMachine 

  • ineXPlicable
  • Group: Developers
  • Posts: 3,062
  • Joined: 22-August 03

Posted 10 June 2004 - 05:05 PM

Important Note: Of course, doing someting so silly on XPCREATE files would be frownd upon, totally unsupported and unnecessary ... I only use it when creating DOS CDs ...

#9 User is offline   sixpack 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 515
  • Joined: 29-May 04

Posted 11 June 2004 - 03:39 AM

@GreenMachine
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 User is offline   GreenMachine 

  • ineXPlicable
  • Group: Developers
  • Posts: 3,062
  • Joined: 22-August 03

Posted 11 June 2004 - 03:44 AM

@sixpack:
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 User is offline   Dominix 

  • Group: Members
  • Posts: 7
  • Joined: 10-June 04

Posted 13 June 2004 - 08:01 AM

Thanks, that was exactly what I needed.

If I had finished reading the Unattended guide I'ld have seen that.

#12 User is offline   wolfshade 

  • Member
  • PipPip
  • Group: Members
  • Posts: 163
  • Joined: 27-May 04

Posted 13 June 2004 - 04:40 PM

You just need to go here:

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 User is offline   Banditbiker 

  • Group: Members
  • Posts: 2
  • Joined: 03-June 04

Posted 14 June 2004 - 02:16 AM

I have used the one for Win XP Pro and modified it for Win 2k...seems it works for me.

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


Share this topic:


Page 1 of 1
  • 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