There are a few threads on here about false positive antivirus alerts for built/packaged B4J apps, and submitting the files as false positive reports to the various antivirus companies.
I was wondering exactly which file(s) people have submitted, and if it has helped?
We can obviously submit the installation executable file created with Inno Setup for one, but when I've come across the problem my antivirus has targeted the exe that's created by the built-in packager in the ...\Objects\temp\build\ folder.
E.g. the test.exe here:
.
This might be a stupid question given that it's that file that the antivirus attacks, but if I remember correctly that exe is just a launcher for the 'real' app that's in the \bin\ folder isn't it?
So, is the test.exe file here the one to submit, or something else?
Many thanks.