Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

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

  1. #11

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

    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/lib...(v=vs.85).aspx

    Signtool.exe command line examples for code signing:
    https://msdn.microsoft.com/en-us/lib...(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

  2. #12

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

    Thanks Thomas,

    I'll take a look a it.

    Sergio

  3. #13

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

    Thanks Andre

    Sergio

  4. #14

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

    Thanks Edvard !

    Sergio

  5. #15

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

    Thanks Arnor !

    Sergio

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
  •