I usually deliver a SDK I'm working on as a 7-zip self extracting archive (.exe).
The problem is that when I put this on a HTTP server and try to download it with google chrome, the browser believes it is a virus and wants to delete it (I don't have any anti-virus software installed, it's just the checker built in chrome).
If I pack up the same binaries as a .7z, the warning from chrome doesn't show up.
Is there a way to circumvent this problem? Should 7zip sfx archive be banished for online distribution?