Closed gerwaric closed 5 months ago
This seems to be a common problem with installers created with Inno 6. I'm not sure how to address it.
I think this may be due to using lzma compression in the inno installer. See this discussion:
lzma
https://stackoverflow.com/questions/68834409/program-installed-with-inno-setup-seen-as-trojan-wacatac-bml
I've changed the compression to lzma2 and the warning no longer happens.
lzma2
This seems to be a common problem with installers created with Inno 6. I'm not sure how to address it.