I have some windows installers hosted on Github for an open-source project that I curate. When downloading them, the "this file is not commonly downlaoded" warning appears, and if you run the installer in spite of that, you get a "windows smartscreen prevented an unauthorized app from starting" message (all this before User Access Controls kick in).
There are other questions and answers which say this is a problem only for unsigned installers, so I bought certificates and signed the installers. This has still not gotten rid of the warning.
Are there additional requirements to binary signing to prevent this warning? What's the best way to eliminate it?