Hello,
Does Zip sdk support extraction of ISO 9660 files? I mean .iso files made by optical disc authoring apps. If so, where are the sample codes please?
Thanks.
- update, oops, seems so, just:
IsoArchive.ExtractToDirectory
Please gimme a sample code to use this method and reflect the process in a ProgressBar.
I hope these 2 are available:
- Process_Percentage event
- Cancel boolean property
To show the progress of the operation
And to be able to cancel the process in the middle of long operations
Thanks
Hello @australian.dev.nerds, there are no cancellation and progress reporting for ISO archive.
@denis.kudelin can we have this in future?
1 Like
Hello,
Although I’m appalled but am not surprised, seen such lack of critical features in other products too.
But let’s review the situation in a real-world commercial app!
Iso 9660 files can be huge and extracting them, specially to traditional hard drives can be lengthy!
No progress to show to the end user, just ask him to wait, not knowing if even the process is halted etc…
And in the middle of this long process, no .Cancel property to abort the extraction…
How does it look like from your perspective?
Not fine from my POV.
Will be nice if you please be kind and register a feature request.
Very best
@australian.dev.nerds
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): ZIPNET-1183
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
1 Like
@australian.dev.nerds
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): ZIPNET-1184
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
1 Like
Hello and thanks for your kind consideration,
One case is for Iso making or saving extraction, and one for process cancel boolean property?
Are they approved? Best
Sorry, for creating Iso archives, it only supports iso9660?
I mean Iso9660 + Joliet ? or Iso9660 + UDF 2.01 ?
What about extraction? Supports Iso9660 + Joliet ? or Iso9660 + UDF 2.01 ?
Thanks
And a general query about all archive formats supported by Aspose Zip, like Iso, they are do not offer a progress event to reflect the process in percent? As well as a Boolean cancel property to stop the process? Thanks.
Hello @australian.dev.nerds,
progress reporting on extraction is supported for Zip entry, RAR entry.
Progress reporting on compression is supported for Zip entry, 7z entry.
Cancellation is supported for Zip archive after an entry has been compressed.
It makes sense to offer cancellation after an entry for other archives with entries, ISO and XAR in particular.
Currently, the creation and extraction of ISO archives support Iso9660 + Joliet. However, Iso9660 + UDF 2.01 is not yet supported, but it is planned to be added in upcoming releases.
1 Like
Hello,
Excellent, currently possible to choose between Iso9660 or Iso9660 + Joliet?
And once Udf is added, it should be possible to choose between Iso9660 or Iso9660 + Joliet or Iso9660 + Udf.
Also, Udf version can be
1.02
1.50
2.00
2.01
2.50
2.60
The safest/oldest one: 1.02
The best/newest one: 2.01
Only for Bluray discs: 2.50 and 2.60: I don’t know any advantage of them for non-Bluray movies.
Thanks
Hello,
Currently, it is not possible to choose between Iso9660 and Iso9660 + Joliet. We plan to implement support for selecting different UDF versions in future releases.
Hello, there is some reporting for ISO composition in version 24.9. Cancellation is not implemented yet.