I am using Advanced Installer in command line builds to simultaneously create several install packages by running multiple copies of AI in parallel. This has worked fine for at least a couple of years, but started failing when I upgraded to Version 14.
The problem seems to be that all copies of AI are using the same filename for LZMA compressed data, so they interfere with each other. For example:
Creating archive: C:\Proj\Installer\Archive\FILES.7z
An error occurred during LZMA compression (The handle is invalid. ).
I suspect that turning off LZMA compression may fix the problem, but I prefer to get the smaller archives.
Any suggestions?