Results 1 to 7 of 7

Thread: Code signing the easy way

Hybrid View

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

    Default Code signing the easy way

    Hello group,

    Code signing with ShellExecute() - had any problems?

    I have, and finally found out HOW to do it. It's a big win for me. I have
    used script, but, I like a simple life.

    Jeff Mason

  2. #2

    Default Re: Code signing the easy way

    The easiest is with SB :-)

    Andre Labuschagne

  3. #3

    Default Re: Code signing the easy way

    Not sure I understand what you're talking about.

    Jeff Slarve
    www.jssoftware.com

    WAG, the dog?

  4. #4

    Default Re: Code signing the easy way

    SetupBuilder has auto code-sign capability built in.

    That's the install builder that most of us use...

    HTH,

    Carl Sumner

  5. #5

    Default Re: Code signing the easy way

    Yes. But what does ShellExecute() have to do with code signing?

    Jeff Slarve
    www.jssoftware.com

    Untie that A-String

  6. #6

    Default Re: Code signing the easy way

    Hello Jeff,

    I have an app that code signs in a batch mode. ShellExecute seems to have a
    problem with Windows signtool.exe.
    I got around it by selecting the exe's and dll's that I wanted to codesign,
    and created a cmd script which then is run.

    Jeff Mason
    ----------

  7. #7

    Default Re: Code signing the easy way

    oh. Thanks.

    I'm pretty sure that the majority of folks in these newsgroups use
    Setupbuilder to manage all that stuff. I use a Setupbuilder script
    that I simply compile to do an ImageCFG, Armadillo, Manifest, and Code
    Sign. It doesn't generate a setup. It just works on the files in a
    "permanent" mode.

    I still can't wrap my head around why Shellexecute would be something
    you'd choose to employ for this task, but I'm glad you've ultimately
    found something that's working for you.

    Jeff Slarve
    www.jssoftware.com

    Untie that A-String

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
  •