I have converted a python project into an exe file using pyinstaller. The basic functionality in the python project is to read files, parse the file contents, and write them into an excel document. The exe file works perfectly fine in my system as I have generated, but when I distribute this exe file to other systems, McAfee antivirus deletes the exe file by displaying the message as "Access denied".
How to handle this situation? I have tried both the commands for pyinstaller and also the auto-py-to-exe tool. But nothing works.
I have also informed the IT team, but they say, there is a potential threat in the exe file.