Signing installer of my program generated by Inno Setup to make it of a trusted company? [duplicate]
This question already has an answer here: Is it useless to sign my Windows application with a self signed certificate? 2 answers I have a installer file created with Inno Setup of an application that I developed. So when I go to install the program, it shows me a window telling me that my application is not trusted. How can I sign my installer file to avoid that window when a user installs my program, or to make my installer a trusted installer? I have a .pfx file that I generated with OpenSSL and my SSL certificate. I tried signing it with the Inno Setup signing tool but without success. This