Open danieljeannetot opened 6 years ago
Thanks so much for reporting this issue, @cyannuremagik! Any chance I could get you to share a screenshot of the error? Could you talk with your IT team to see if they could whitelist the app?
Here's what I've learned in my initial investigation.
Py2exe and pyinstaller both bundle a precompiled bootloader program, which I believe is responsible for actually launching the interpreter. Because this same bootloader is included in actual malware packaged with py2exe you get a signature match and a false positive.
Users can help by:
Devs can help by:
I've written up documentation at https://github.com/opendatakit/docs/pull/780 to explain this issue as a short-term fix.
@cyannuremagik are you willing to try a test build that might fix this issue?
Hi,
As the online version of the XLSForm from odk was returning gateway error. I tried to use XLSForm Offline.
My antivirus (Symantec Endpoint protection) instantly detects the .exe as a malware. No possibility to override it (organisation-wide)
Just wanted to bring this up to your attention.