Hi !
Since Autoit 3.3.10.0 was released a few days ago, i noticed that ALL applications compiled in 32bit are immediatly moved in quarantine…
There were no problem like that with the previous 3.3.8.1 version of Autoit.
I investigated a little bit and i found that excluding the C:\users<username> folder is the only and unique way to avoid Avast from deleting the files.
We started a topic here, in the international community forum:
http://www.autoitscript.com/forum/topic/157242-autoit-v33100-pain-in-the-avast/
And here in the French community forum, with more screenshots about the Avast settings working and not working:
http://www.autoitscript.fr/forum/viewtopic.php?f=3&t=12071
Please can you give a look about what’s happening ?
It doesn’t matter what you do in your autoit script, just a simple line with a message box and Avast delete the file immediatly when start compiling it…
Here is a screenshot of the quarantine:
http://i.imgur.com/p5W8Jfp.png
The programme i tried to compile contain only 1 line of code:
MsgBox(0,"test","test")
At this moment the only solution is to exclude all the username folder, that’s not a good solution.
Please help us.
Thank you very much.