Initially I had written the zip package functionality into the product using the TZipForge component, which is commercial (Half-Baked Software has a licence for it). However, that's incompatible with an open-source application, so it's now been replaced by TZipMaster, which is an open-source (Lesser GNU) Delphi component based on an adapted version of the InfoZip freeware code. Changes:
- Added the required dll to the app folder, and to the installer.
- Added unit zipmasterfunc to replace the other unit based on TZipForge.
- Managed to retain the existing progress dialog; it can be used with both zip components.
- Tested and debugged.
- Added licensing info and updated documentation on the site to include the component.
Remaining related work is covered by the "Update documentation for 1.4" task.