windows - Signing installer of my program generated by Inno Setup to make it of a trusted company? -




i have installer file created inno setup of application developed.

so when go install program, shows me window telling me application not trusted.

how can sign installer file avoid window when user installs program, or make installer trusted installer?

i have .pfx file generated openssl , ssl certificate. tried signing inno setup signing tool without success. line on signing window:

"c:\program files\windows kits\8.1\bin\x86\signtool.exe" sign /f "c:\users\user\documents\programtoinstall\installers\key.pfx" /p "passwordofthepfxfile"  /tr "http://timestamp.comodoca.com/authenticode" $f 

signing installer self-signed certificate won't have effect.

you have sign installer code signing certificate issued trusted authority.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -