Loading...


bookmark - Need A Free Iso Editor in order to add files to a CD iso

Need A Free Iso Editor - in order to add files to a CD iso

 
 Discussion by yordan with 43 Replies.
 Last Update: October 9, 2011, 5:15 am (View Latest)
Page 1 of 2 pages.
bookmark - Need A Free Iso Editor in order to add files to a CD iso  
Quickly Post to Need A Free Iso Editor in order to add files to a CD iso w/o signup Share Info about Need A Free Iso Editor in order to add files to a CD iso using Facebook, Twitter etc. email your friend about Need A Free Iso Editor in order to add files to a CD iso Print
Reply / Comment New Discussion / Topic Share / Bookmark E-Mail a Friend Print


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









   Thu Jan 22, 2009    Reply         

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:







   Thu Jan 22, 2009    Reply         

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.

   Thu Jan 22, 2009    Reply         


QUOTE (wutske)

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.
Link: view Post: 134317

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

   Thu Jan 22, 2009    Reply         

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.

   Fri Jan 23, 2009    Reply         

QUOTE (tansqrx)

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.
Link: view Post: 134364

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.

   Sat Jan 24, 2009    Reply         


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/

   Sat Jan 24, 2009    Reply         

QUOTE (zigot)

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/
Link: view Post: 134373

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.eu/2007/04/25/how-to-c...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 :

QUOTE

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.

   Sat Jan 24, 2009    Reply         

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

   Sat Jan 24, 2009    Reply         

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.

   Sat Jan 24, 2009    Reply         

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.

   Sun Jan 25, 2009    Reply         

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

   Mon Jan 26, 2009    Reply         

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:

   Tue Jan 27, 2009    Reply         

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 :

CODE

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

   Sun Feb 1, 2009    Reply         

WinISO, and Power Iso are the best

   Sun Feb 1, 2009    Reply         

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.software.informer.com/software/

   Sun Feb 1, 2009    Reply         

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

   Mon Feb 2, 2009    Reply         

you could also check this site for free ISO editor

http://www.freedownloadscenter.com/Best/free-iso-editor.html

Note:some of them are not free

   Tue Feb 3, 2009    Reply         

Win Iso is very good. UltraIso is the best.

   Tue Feb 17, 2009    Reply         

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.

   Tue Feb 17, 2009    Reply         

iso imagesNeed A Free Iso Editor

If you do it that way, the image will lose it's ability to boot. Booting is a characteristic not included in copying the image's files from the mount.

-reply by anthony

   Sun Feb 22, 2009    Reply         

You can set the flags for the new ISO to be bootable, most of ISO burning/creating software is able to do that. :mellow:

   Mon Feb 23, 2009    Reply         

i use ultraiso. You can create bootable images here. Create iso for xp, vista, or anything you want. Ultraiso is very flexible to use.

   Sun Apr 5, 2009    Reply         

Try these Free ISO Burner or Free ISO Creator,
but better UltraISO it for the money

   Fri Apr 10, 2009    Reply         

UltraISO Premium 9.3.2.2656:Need A Free Iso Editor

Just tried UltraISO Premium 9.3.2.2656: has a 300Mb size limit under trial.

 

   Sun Apr 12, 2009    Reply         

Another software to try/buy if you have the money is. CD Clone/DVD Clone. This software is like a legend when it comes to burning anything under the sun. Is was originally created by Elaborate Bytes, but the product now sells under SlySoft.

In the earlier days when there was limited knowledge on copying, copyrights, and copy protection, the software was able to burn images with with similar optical defects, like copy protection.

It was not until recently, when a client of my needed to do some backup recording in CD+G (the Karaoke format). We tried a couple burners with no success other software suites. We then tried CD Clone, made some custom settings, burned at a slower rate. Success. Upon further research we found CD+G rely on the recorded sub channel data to show video information while the audio track is playing.

If you have approx 47.00 USD and are tired of the limitations of OEM/bundled recording software, give CD Clone a try.

   Tue Aug 11, 2009    Reply         

QUOTE (levimage)

Another software to try/buy if you have the money is. CD Clone/DVD Clone.
You don't need to buy a CD emulation software. You can use the virtual CD driver from Microsoft, I'm very satisfied with it.
You find it here : http://download.microsoft.com/download/7/b...rolpanel_21.exe
It even does not spoil your system. You copy it to somewhere on your PC. You start the driver, you choose a drive letter, you open the ISO file, and the iso file is seen as a CD reader. When you don't need it any more, you stop dismount the ISO file, you stop the driver, that's all.
Link: view Post: 139099

   Tue Aug 11, 2009    Reply         

By the way, the main subject of this topic is not how to read an ISO file, but how to write an ISO file;

   Tue Aug 11, 2009    Reply         

Infra RecorderNeed A Free Iso Editor

Infra Recorder is a nice program to create ISO files, I like this software, is a good option.

-reply by Isak

   Fri Feb 19, 2010    Reply         

Need A Free Iso EditorNeed A Free Iso Editor

Hi,

 The direct answer would be "there is no such free/opensource software yet".

If you want to compile a new iso file from boot image and folders, you can try "burnatonce" (http://www.Softpedia.Com/get/CD-DVD-Tools/Data-CD-DVD-Burning/Burnatonce.Shtml). Though the GUI looks not so user friendly, it is very powerful. Try it!

 If you are just looking for software for 1 time use without any restriction as that of Ultra ISO, use ISOmaster. It is a trial version but has no limitation on the size of the image you are trying to create (http://www.Littlesvr.Ca/isomaster/)

Hope this helps :)

- Sagar

-reply by Sagar

   Thu Mar 18, 2010    Reply         

Quickly Post to Need A Free Iso Editor in order to add files to a CD iso w/o signup Share Info about Need A Free Iso Editor in order to add files to a CD iso using Facebook, Twitter etc. email your friend about Need A Free Iso Editor in order to add files to a CD iso Print
Reply / Comment New Discussion / Topic Share / Bookmark E-Mail a Friend Print


Similar Topics:

Links Free Stuffs Needed For Webma...

Hi all, Im posting some FREE stuffs needed for all the web masters out here! You can view the Index here: www.fun.niranvv.com/viewtopic.php?t=281 Free Templates [url="http://www.steves- ...more

   14-Jan-2007    Reply         

Is Free Energy Or Electricity Possi...

I've heard that Nicola Tesla created something similar to a solar panel that could produce free electricity from the cosmic rays that run rampant throughout our universe. I've also heard that a man named Dennis Lee created a free energy device that runs on power harn ...more

   30-Dec-2007    Reply         

Free Web Space

Free web Space Free web Space ALL Free Things you'll ever need !! - *New FREE website* - IF YOU LIKE MY POST PLEASE REPLY OR JUST SAY ONE THANKS Part2 If you know of any good web hosts or are loo ...more

   01-Aug-2008    Reply         

Analogx Phpconfig    Analogx Phpconfig (0) (2) Lookin 4 A Way To Measure Net Usage   Lookin 4 A Way To Measure Net Usage