I want to ZIP some log files generated by inner setups (dependencies) so they become a single file that is easy to send back for support purposes.
Is there an easy way to do this using Inno Setup?
If everything else fails, I can always use some minimal ZIP.EXE utility to achieve this but I am not sure which would be legal to embed and use. I am hoping to find a built-in solution if possible but I'd settle for an external app.
Actually, I am not looking for ZIP format in particular. Any archive that wraps multiple files together (and possibly compresses them) is ideal.