activescott / lessmsi

A tool to view and extract the contents of an Windows Installer (.msi) file.
https://lessmsi.activescott.com
MIT License
1.32k stars 153 forks source link

Allow extraction to continue on error #116

Open activescott opened 5 years ago

activescott commented 5 years ago

In recent issues where extraction fails on a single file, it is kind of unfortunate that the user cannot keep at least keep some of the files that were extracted successfully and allow the extraction to attempt to continue. So allow the user to choose whether extraction should continue.

Things this enhancement should ensure:

activescott commented 5 years ago

I started this at #117 but I don't remember where I left off or if it was going in a good direction.