How to add Digital Signature
How to add Digital signature in our installer ?:)
Archive: How to add Digital Signature
How to add Digital Signature
How to add Digital signature in our installer ?:)
This may help you:
http://forums.winamp.com/showthread....hreadid=241689
Yes ok.
Looked at that thread too.
Hi danang_global,
I am assuming you have gotten a Digital Signature, or made your own, etc, etc.
Once you have gotten to that point, here is what I do to automagically sign my Installer binaries during my builds.
signtool sign /v /s my /n "Company Name Inc." /d "Description of Program" /du "http://www.web.site.location" /t "http://timestamp.verisign.com/scripts/timstamp.dll" FileToSign.exe
This *does* require some preliminary set up of getting your key stored in your local cert storage, I would recommend looking at this site:
(Hopefully this doesn't get stripped):http://blogs.conchango.com/stuartpre...21002900_.aspx
Scott