gerwaric / acquisition

Stash and forum shop management for Path of Exile
GNU General Public License v3.0
18 stars 3 forks source link

Sometimes the installer triggers a virus warning on Windows for Trojan:Win32/Wactac.H!ml #9

Closed gerwaric closed 5 months ago

gerwaric commented 1 year ago

This seems to be a common problem with installers created with Inno 6. I'm not sure how to address it.

gerwaric commented 5 months ago

I think this may be due to using lzma compression in the inno installer. See this discussion:

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.