PDA

View Full Version : Code signing - which is the best option to do it ?



NewsArchive
02-22-2018, 05:09 AM
Hi everyone,

I've got to sign my Clarion EXES and DLL, which is the best option to do
it ?

Thanks in advance for any advice !

Sergio

NewsArchive
02-22-2018, 05:10 AM
Hi Sergio,

It has to be SetupBuilder and Comodo (there's a Clarion discount)

http://www.lindersoft.com/

and there's a softvelocity.clarion.addons.setupbuilder full of code
signing help and advice if you get (and you will :-) ) stuck.

Graham

NewsArchive
02-22-2018, 05:10 AM
Thanks Graham !

Sergio

NewsArchive
02-22-2018, 05:10 AM
> Hi Sergio,
>
> It has to be SetupBuilder and Comodo (there's a Clarion discount)
>
> http://www.lindersoft.com/

+1

--
Ray Rippey
VMT Software

NewsArchive
02-22-2018, 05:10 AM
>I've got to sign my Clarion EXES and DLL, which is the best option to do
>it ?

Thus far, my development work has been as a member of the client's team; I
needed to sign code to satisfy Windows 7 Pro etc., but have not needed to use
an installer.

I have been using DigiCert for a few years; they provide a neat little utility
to sign the exes/dlls which makes the process painless for me.

N
Nick Pattinson
Stockport, UK

NewsArchive
02-22-2018, 05:11 AM
Thanks Nick !

Sergio

NewsArchive
02-22-2018, 05:11 AM
Thanks Ray !

Sergio

NewsArchive
02-22-2018, 05:11 AM
Buon giorno Sergio,
I use Signtool.exe, it's a free MS thingy. In Clarion I call on Build
events - post build event command line - on successfull build a .cmd file
with all the needed parameters. Except your Certificate you need nothing
else. Works well since years here.
Ciao, Thomas

NewsArchive
02-22-2018, 05:12 AM
You really do not want to do this without SetupBuilder - if you have not
got it then do so immediately. It will save you many grey hairs and you
will probably live longer.

:-)

Andre Labuschagne

NewsArchive
02-22-2018, 05:12 AM
Setupbuilder/Comodo is a must have here.

Best regards

Edvard Korsbęk

NewsArchive
02-23-2018, 01:43 AM
Hi Sergio,

> I've got to sign my Clarion EXES and DLL, which is the best option to do
> it ?
I use SB, but it's really nothing complicated. You use Signtool.exe
from MS which comes with their SDKs (free) It's a command line tool so
you can all it from anywhere:

Signtool.exe command line:
https://msdn.microsoft.com/en-us/library/windows/desktop/aa387764(v=vs.85).aspx

Signtool.exe command line examples for code signing:
https://msdn.microsoft.com/en-us/library/windows/desktop/aa388170(v=vs.85).aspx

You could call it from the post build event in the Clarion IDE to sign
your apps.

Best regards,

--
Arnor Baldvinsson
Icetips Alta LLC

NewsArchive
02-23-2018, 01:55 AM
Thanks Thomas,

I'll take a look a it.

Sergio

NewsArchive
02-23-2018, 01:56 AM
Thanks Andre

Sergio

NewsArchive
02-23-2018, 01:56 AM
Thanks Edvard !

Sergio

NewsArchive
02-23-2018, 01:56 AM
Thanks Arnor !

Sergio