1

Are there any (preferably free) Delphi components or libraries that handle ISO files?

In particular, I would like to be able to add files and save to ISO, as well as extract the files from an ISO.

I do not require advanced features or bells and whistles, just something to do what I mentioned above.

I tried to find some but came up with nothing really.

Perhaps this can be done without the need of such a library? If so what approach would you recommend?

Bacon Bits
  • 6,665

2 Answers2

2

Sounds like you're looking for something like FreeBurner (http://sourceforge.net/projects/freeburner/)

"Open Source CD / DVD Burning library for Delphi, Includes the ISO9660 library to create ISO images, also the Audio library to help burn audio CDs, this library does not require any other software to work."

0

7zip looks like it can handle ISO files in the same way as other archives. I has no problem to extract the files, however I did not try to add files to ISO and burn it.

Juhele
  • 2,388