I created a really simple script wich i have compiled with the Aut2Exe to an .exe file with the following options:
/in for the .au3 file offcourse
/out for the .exe output file
/icon for the icon i wanted to use
/x86 for the default 32-bit environment
/nopack
The last one "/nopack" was the one i used before because if you dont use the UPX compression, it doesn't get detected as a virus.
The weird thing is that i have executed the command line and uploaded the .exe file to a webpage and when i download / execute this file i receive this error / warning:
file.exe is not downloaded often and is possible harmfull for your computer
How can i remove / prevent this warning to popup?