I've built an installer for my C# WPF application with visual setup project.
I shared my project in a web site. But when I download the installer, I receive a warning (actually looks like terrible error or virus) that the application (setup.exe) can harm my computer and apocalypse will come in near future if run it.
I know my installer is not signed by MS certificate, but I know other 3rd party application installers without certificate and warning not being shown (e.g. notepad++).
Do you have any suggestions or solution of my problem?