Re: Code signing on Windows

2025-03-06 Thread Marty Knapp via use-livecode
Thanks Matthias, I’ll give that a try. --- Marty Knapp > On Mar 6, 2025, at 3:11 AM, matthias rebbe via use-livecode > wrote: > > Marty, > > you could use signtool.exe > https://learn.microsoft.com/en-us/windows/win32/seccrypto/signtool > > which is part of the Windows SDK kit > > https://de

Re: Code signing on Windows

2025-03-06 Thread matthias rebbe via use-livecode
Marty, you could use signtool.exe https://learn.microsoft.com/en-us/windows/win32/seccrypto/signtool which is part of the Windows SDK kit https://developer.microsoft.com/windows/downloads/windows-sdk to automatic signing in Innosetup using the dongle https://jrsoftware.org/ishelp/index.php?topi

Re: Code signing on Windows

2025-03-05 Thread Tom Glod via use-livecode
Hey Martin.. I went with Signpath.com a saas for signing software. Its cheaper than doing what you are doing, and it works so nice, you upload your files and get back signed files with your cert from GlobalSign. I wish i could help, but this stuff was just beyond what I wanted to deal with. If

Code signing on Windows

2025-03-05 Thread Marty Knapp via use-livecode
Just had to renew my code signing certificate for Windows. Used K Soft as before but the certificate came from Sectigo (dang expensive) and came on a USB dongle. I exported the certificate so I could use my automated setup using Inno setup and the K Sign app which worked great before. Can’t get