Reputation: 4262
I extract my project setup file with setup factory. But Windows Internet Explorer and Symantec Endpoint Protection acts like it is a harmful application. What can I do to solve this problem?
Upvotes: 1
Views: 1125
Reputation: 53870
You should sign the file with an Authenticode code signing signature.
If you don't sign your executable files, you will have to deal with the user seeing various warning.
Comodo code signing certificates aren't too expensive.
Upvotes: 2