Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Code signing - which is the best option to do it ?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Code signing - which is the best option to do it ?

    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

  2. #2

    Default Re: Code signing - which is the best option to do it ?

    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

  3. #3

    Default Re: Code signing - which is the best option to do it ?

    Thanks Graham !

    Sergio

  4. #4

    Default Re: Code signing - which is the best option to do it ?

    > Hi Sergio,
    >
    > It has to be SetupBuilder and Comodo (there's a Clarion discount)
    >
    > http://www.lindersoft.com/

    +1

    --
    Ray Rippey
    VMT Software

  5. #5

    Default Re: Code signing - which is the best option to do it ?

    Thanks Ray !

    Sergio

  6. #6

    Default Re: Code signing - which is the best option to do it ?

    >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

  7. #7

    Default Re: Code signing - which is the best option to do it ?

    Thanks Nick !

    Sergio

  8. #8

    Default Re: Code signing - which is the best option to do it ?

    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

  9. #9

    Default Re: Code signing - which is the best option to do it ?

    Thanks Thomas,

    I'll take a look a it.

    Sergio

  10. #10

    Default Re: Code signing - which is the best option to do it ?

    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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •