Hi, I'm using Inno Setup in a lot of projects without any problem.
I have an installer created on an already ready to use PostgreSQL (is contains a lot of little executabel and dlls) instance. Inno Setup has only to put all files in a folder.
Testing the installer with the virustotal website, the generated installer, generates some wornings.
If I zip the folder after its installation and check it with the same website I have no warning, so the problem in related to the installer.
I have try to work on the parameters
Compression
SolidCompression
without to resolve. I have tryied to sign each exe and dll but still without to resolve.
Can you suggest me how to resolve?
Many thanks.