2016.07.01b
fixed the installer. At times the template on vista and newer goes to c:\users\All Users\.. ..\Templates
2016.07.01 ; https://www.autoitscript.com/forum/topic/149137-sign-your-exe-with-a-digital-signature-signtoolexe/?do=findComment&comment=1316935
after extensive testing, this is the best I can come up with, to simplify self signing the executable compiled
with AutoIt3 from SciTE ( the editor ). Could have given the code more options but I felt at the time of coding
that it was practical enough and if you ( the coder ) feel different, the code is in the file to tweak or just plain rewrite.
In this ZIP are included the updated utility files from the original distribution of this package plus an installer of sorts
called "copy all these to SciTE path.exe", to place the files in the path that the "#AutoIt3Wrapper_Run_After" command can find
even if running as a portable setup. The path is %scitedir%\tools\SignThisFile\CertSigner.exe and it will also patch the Template.au3
( if one is found ), to add the directive, with /NoPopup /NoLogfile ( therefore CertSigner.exe would otherwise write a log file
and show a GUI with said log ), but the output is displayed at SciTE's console anyway, so what's the need for more bells and whistles. No need.
Unless you run it in self standing mode, by dropping a file to it. Then you do want to have a feedback. In such case, a log is written and displayed.
You may even add a shortcutr to "SendTo", to sign files from explorer.
I tested the original code from Windows 2000 to Windows 10 and this compilation in english, spanish, french and korean, to assure
uniform looks and functionality under every circumstance that I can think of at this moment.
An ini file will be created as you first run CertSigner.exe, for you to edit and create your own self signed certificate.
Do add the certificate to the store as trusted root ( otherwise what's the point ), and by doing so, the verification at the
end of the signing will pass.
Enjoy