Jump to content



Welcome to AstaHost - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!
Photo
- - - - -

Need A Free Iso Editor


43 replies to this topic

#1 yordan

yordan

    Way Out Of Control - You need a life :)

  • [MODERATOR]
  • 4,677 posts

Posted 22 January 2009 - 09:13 AM

Hi,
I would like to add some files to a previously created CD or DVD.
I was familiar with winiso or ultraiso, who do the job perfectly : you create an ISO file from your CD, and then you add files to the iso, and burn the iso to a CD, and your new files are there.
However, you have to pay for ultraiso. Do you know a free software doing correctly the same job ?
Regards
Yordan

#2 Quatrux

Quatrux

    the Q

  • [HOSTED]
  • 1,669 posts
  • Gender:Male
  • Location:Lithuania, Vilnius
  • Interests:PHP, MySQL, Oracle, PL/SQL, HTML, CSS, Javascript, jQuery, C# Computers, Alternative OS, Amiga, MorphOS, Beer, Friends, Linux, KDE..
  • myCENTs:30.76

Posted 22 January 2009 - 09:23 AM

Well, I used to think some years ago that the only good software for CD burning and ISO stuff was Nero, but it's not free and on this forum I've found out about CDBurnerXP which is really good for doing stuff with your files, as I understand you need to create iso files? or edit them by adding stuff, I think it is possible with CDBurnerXP, it's freeware and does the job well.

http://cdburnerxp.se

by the way, even though it sounds like it's for Windows XP, but it works quite well with Windows Vista too :mellow:

#3 wutske

wutske

    Way Out Of Control - You need a life :)

  • [HOSTED]
  • 1,443 posts
  • Gender:Male
  • Location:Belgium
  • myCENTs:98.90

Posted 22 January 2009 - 01:10 PM

I didn't know you could alter ISO's with CDBurnerXP :mellow:

What you could try is mounting the ISO file use daemon tools, create a new (empty) iso, copy all the file from the virtual drive and add the files you want.

#4 yordan

yordan

    Way Out Of Control - You need a life :)

  • [MODERATOR]
  • 4,677 posts

Posted 22 January 2009 - 02:11 PM

I didn't know you could alter ISO's with CDBurnerXP :mellow:

What you could try is mounting the ISO file use daemon tools, create a new (empty) iso, copy all the file from the virtual drive and add the files you want.

It's still the same problem : you need a tool able to create the empty iso, and able to add files to that iso.

#5 tansqrx

tansqrx

    Super Member

  • [HOSTED]
  • 759 posts

Posted 23 January 2009 - 07:25 PM

I also used to use WinISO but now I use an unusual alternative, WinRAR (http://www.rarlab.com/). WinRAR is not free but you can use the unlicensed version basically forever with only a nag screen. If you are not familiar with WinRAR then you should give it a look because it is the best archive software period. Several versions ago they added ISO support and now it’s what I use to modify and extract ISO’s.

#6 yordan

yordan

    Way Out Of Control - You need a life :)

  • [MODERATOR]
  • 4,677 posts

Posted 24 January 2009 - 11:41 AM

I also used to use WinISO but now I use an unusual alternative, WinRAR (http://www.rarlab.com/). WinRAR is not free but you can use the unlicensed version basically forever with only a nag screen. If you are not familiar with WinRAR then you should give it a look because it is the best archive software period. Several versions ago they added ISO support and now it’s what I use to modify and extract ISO’s.

I gave it a try, doesn't work. winrar is able to open an iso file, and extract some parts or extract everything, but cannot add a file to an iso. Even a registered version cannot do that.

#7 zigot

zigot

    Member [ Level 1 ]

  • Members
  • 38 posts
  • Gender:Male
  • Location:Indonesia, Sampit

Posted 24 January 2009 - 11:52 AM

You can try this, but its'nt free :mellow:

Magic ISO
Maker (MagicISO) ... MagicISO is a powerful CD/DVD image file creating /editing/extracting tool. It can open / create / edit /extract CD/DVD image ... http://www.magiciso.com/

CD and DVD Data Recovery/Rescue software (BD and HD DVD Data Recovery). Rescues lost files from bad or trashed CD or DVD discs, saves important documents, ... http://www.isobuster.com/

#8 yordan

yordan

    Way Out Of Control - You need a life :)

  • [MODERATOR]
  • 4,677 posts

Posted 24 January 2009 - 03:59 PM

CD and DVD Data Recovery/Rescue software (BD and HD DVD Data Recovery). Rescues lost files from bad or trashed CD or DVD discs, saves important documents, ... http://www.isobuster.com/

isobuster also does not do the job : it does not allow you to add extra files to your iso.
I think I was thinking the wrong way. Probably the best way is to put all my files in a temporary folder, let's say c:\mycdtemp, and use mkisofs (the windows or the linux version) to create the final iso. A kind of step-by-step for having the binaries and a working syntax is here : http://www.g-loaded....d-with-mkisofs/
Of course, my goal is to create a multiple-linux bootable cd, and not to create a "windows bootable cd", but the principle of using mkisofs and the syntax provided makes sense :

mkisofs \
-b cdboot/msboot.img -no-emul-boot -boot-load-seg 1984 -boot-load-size 4 \
-iso-level 2 -J -l -D -N -joliet-long -relaxed-filenames \
-V "WINSP" \
-o ../winsp.iso .


So, no need to modify an existing iso, when working that way the goal is to start from a folder and create an iso having that folder. Any further modifications will be simply add files to that original folder and re-create the iso file using the same syntax, and burn to CD, or test it with an emulated machine.

#9 sparkx

sparkx

    Sparkx

  • [HOSTED]
  • 376 posts
  • Gender:Male
  • Location:Dana Point, CA, USA
  • myCENTs:55.07

Posted 25 January 2009 - 04:25 AM

I'm not sure if you have solved the problem yet but I use InfraRecorder to edit/burn ISO to CDs and DVDs. If you still are having trouble you may want to try it, though I am unsure if it is capable of doing everything you need. It only works for windows I think, but I have gotten it to run on Linux using wine (I have never actually tried burning an ISO on Linux though). It is free, so that shouldn't be a problem. There is a lot of documentation and many tutorials online on how to use it, so just use Google if you need help.

Hope this helps,
Sparkx

Links:
InfraRecoder

#10 Quatrux

Quatrux

    the Q

  • [HOSTED]
  • 1,669 posts
  • Gender:Male
  • Location:Lithuania, Vilnius
  • Interests:PHP, MySQL, Oracle, PL/SQL, HTML, CSS, Javascript, jQuery, C# Computers, Alternative OS, Amiga, MorphOS, Beer, Friends, Linux, KDE..
  • myCENTs:30.76

Posted 25 January 2009 - 06:14 AM

Personally, I would just use DAEMON Tools Lite to mount my current ISO which I wanted to edit, and would create a new ISO with my wanted extra files by putting them from the mounted disk and would save the new ISO file somewhere on my hard disk or just would burn the CD with that ISO files. Seems like an altering an ISO file method for me.

#11 docduke

docduke

    Advanced Member

  • Members
  • 152 posts

Posted 25 January 2009 - 04:12 PM

Can you use Linux? I haven't done this myself as an edit, but I've read at least a dozen threads where others have done it. I routinely use loopmount to read the contents of an ISO without burning a CD.

I did a google search on editing iso loop and this was the first hit: Tool to Open and Edit ISO . When Unix was originally designed by Bell Labs, the underlying concept was that everything was a file. Loopmount is the standard method of making that explicit.

Hope this helps! :mellow:

P.S.: If you really want to do it in Windows, here is a specialized tool that may help: nLite. It is an ISO editor, specifically designed to edit (clean up) Windows XP. The folks on their forum may be able to tell you how to do it more generally in Windows, or a search on slipstream may get you what you are looking for in the Windows world.

#12 mastercomputers

mastercomputers

    Making IT Happen

  • Members
  • 770 posts
  • Gender:Male
  • Location:Auckland, New Zealand
  • Interests:There's not a lot I'm not interested in, knowledge is power, without it, I'd be sitting in the dark.
  • myCENTs:42.89

Posted 26 January 2009 - 10:02 PM

If you can use Linux then you could use ISO Master which can create/edit ISO files, they also have a demo version for Windows and to remove it's limitations you need to buy it. I don't know what the limitations are though.

There doesn't seem to be any complications with porting the Linux source over to Windows either, well that's just what I've seen by glancing over the code.


Cheers,


MC

#13 levimage

levimage

    Premium Member

  • [HOSTED]
  • 249 posts
  • Location:United States
  • Interests:Graphics, Photography, Audio, Computers, Games, Movies, Music
  • myCENTs:50.39

Posted 27 January 2009 - 02:46 PM

I have been using CD BurnerXP since like forever... probably when DVDShrink was still popular. I used CD BurnerXP to do my CD and DVDs, as well as images.

Other software that i use to work with and modify iso's are in this order

1) WinISO - I like it cause it reads more of the older format(s) and can backup and inject the boot information.

2) PowerISO - There are some iso files online that are stubborn with CDBurnerXP and WinIso, so i try this. (Trial has size limits)

3) Magic ISO Maker - If worst comes to worst then I take the time in install this program. (Trail has size limits)

4) Microsoft VirtualPC - boot from Virtual OS for testing purposes.

5) AutoStreamer - for slipstream SP(s)

I never use Nero suites and I tend to have problems with the Roxio and Sonic stuff on client machines sometimes but that's probably cause of old/oem versions, you never know.

** The main thing I've just recently noticed with compatibilities with DVD(s) are some dated drives don't support the DVD+R (like this laptop I'm on) Use a program like Everest Ultimate Edition to verify your CD/DVR-RW(s) compatibility.

Hope this helps :mellow:

#14 yordan

yordan

    Way Out Of Control - You need a life :)

  • [MODERATOR]
  • 4,677 posts

Posted 01 February 2009 - 09:01 PM

Finally I used the windows version of mkisofs. I put all my distros in a directory, and I used isolinux to create a multiboot cd.
The syntax is somehow trapping for a newbie, needed some time to get it working :
mkisofs -o output.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table .
The trick is that all the files have to bee in the isolinux folder, including Menu.txt, and that syslinux.cfg has to be copied (or renamed) to isolinux.cfg

#15 thasoldier

thasoldier

    Member [ Level 1 ]

  • Members
  • 42 posts
  • Gender:Male
  • Location:Macedonia
  • myCENTs:57.60

Posted 01 February 2009 - 11:59 PM

WinISO, and Power Iso are the best

#16 Atomic0

Atomic0

    Premium Member

  • [HOSTED]
  • 390 posts
  • Gender:Male
  • myCENTs:92.30

Posted 02 February 2009 - 06:55 AM

I think you can also create ISOs in WinRAR, although it lacks some features included in dedicated ISO producing and editing software. I use UltraISO (not freeware) which provides all the functions I need when creating and editing ISOs, although it is commercialware and costs US$30. The following site lists some of the more popular ISO editors out there:

http://create-iso.so...r.com/software/

#17 thasoldier

thasoldier

    Member [ Level 1 ]

  • Members
  • 42 posts
  • Gender:Male
  • Location:Macedonia
  • myCENTs:57.60

Posted 02 February 2009 - 12:53 PM

Or, if you want, you can download POWERISO from this site http://poweriso.com/download.htm ..it has free verzion, i don't know its limitations

Edited by thasoldier, 02 February 2009 - 12:54 PM.


#18 fadillzzz

fadillzzz

    Newbie [ Level 1 ]

  • Members
  • 7 posts

Posted 03 February 2009 - 10:17 AM

you could also check this site for free ISO editor

http://www.freedownl...iso-editor.html

Note:some of them are not free

#19 rockershive

rockershive

    Member - Active Contributor

  • Members
  • 98 posts

Posted 18 February 2009 - 03:47 AM

Win Iso is very good. UltraIso is the best.

#20 Quatrux

Quatrux

    the Q

  • [HOSTED]
  • 1,669 posts
  • Gender:Male
  • Location:Lithuania, Vilnius
  • Interests:PHP, MySQL, Oracle, PL/SQL, HTML, CSS, Javascript, jQuery, C# Computers, Alternative OS, Amiga, MorphOS, Beer, Friends, Linux, KDE..
  • myCENTs:30.76

Posted 18 February 2009 - 06:22 AM

Ultra ISO as I know is not a free application, you need to buy it, even though it's not so expensive, I remember I tried the trial version some time or some years ago.. it's only ~30$ to buy it though, even though you can find and use free software for burning your CDs.



Reply to this topic



  


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users