0

I have an python script which initializes spring boot web service and executes an java application and creates windows task scheduler, I want this script to converted into exe. I tried converting to exe using pyinstaller and auto-py-to-exe, also I have tried wrapping this python launch in bat file and converted that to exe using bat-to-exe converter, but for all these solutions antivirus detects the exe as threat. Can some one please let me know, what is the best possible and proper way to create exe from a python file.

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
kailashdesiti
  • 165
  • 1
  • 13
  • 1
    Does this answer your question? [How to prevent exe created by pyinstaller from being deleted by Antivirus?](https://stackoverflow.com/questions/55907339/how-to-prevent-exe-created-by-pyinstaller-from-being-deleted-by-antivirus) – quamrana Jun 28 '21 at 14:40
  • If you're using AVG AntiVirus, https://www.avg.com/en-us/false-positive-file-form — you should get a response fairly quickly along with updated virus definitions. –  Jun 28 '21 at 14:43
  • 1
    Does this answer your question? [Bundling data files with PyInstaller (--onefile)](https://stackoverflow.com/questions/7674790/bundling-data-files-with-pyinstaller-onefile) – crissal Jun 28 '21 at 14:44

0 Answers0