beryx-gist / badass-runtime-example-javafx

A small JavaFX application that shows how to use the Badass Runtime Plugin
Apache License 2.0
25 stars 3 forks source link

when I open exe and msi files it comes "windows protected your pc". #24

Closed ghost closed 3 years ago

ghost commented 3 years ago

when I open exe and msi files it comes "windows protected your pc".

win

How can I solve this ?

siordache commented 3 years ago

Click on "More info" and then "Run anyway".

ghost commented 3 years ago

But , why this comes like https://user-images.githubusercontent.com/67687893/97769395-67d85180-1b22-11eb-9ae2-cd93d1b2a3dc.PNG

I want to remove this.

How can I do this?

siordache commented 3 years ago

This warning is displayed by Microsoft Defender SmartScreen. You can disable SmartScreen on your machine, but the warning will still appear on other machines that have SmartScreen enabled.

To get rid of this warning on any machine, you need to sign your exe or msi installer with an Extended Validation code signing certificate. However, these certificates are not cheap (see here for example).

ghost commented 3 years ago

@siordache thanks for reply!!!!