Unknown Publisher Message

BlitzMax Forums/BlitzMax Programming/Unknown Publisher Message

TAS(Posted 2014) [#1]
Is there a reasonable way to get rid of the unknown publisher message when my software is installed by the user? I am using the "Inno Setup complier" to create the setup program.


Derron(Posted 2014) [#2]
http://stackoverflow.com/questions/3643596/how-to-add-publisher-for-setup

Think that it is an issue of inno setup (or the packaged exe) not BlitzMax' fault.


bye
Ron


PhotonTom(Posted 2014) [#3]
As far as I'm aware without paying a certificate authority and getting a certificate to verify your program with you cannot get rid of that unknown publisher message.


TAS(Posted 2014) [#4]
I think you're both right.


ziggy(Posted 2014) [#5]
Usually, when you buy a certificate, the certificate publisher will give you a signing tool you can then add to the inne setup compile process.