Announcement

Collapse
No announcement yet.

Help with Signtool.exe Signing

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Help with Signtool.exe Signing

    I received a new Code Signing Certificate, and I now need to change my SUF signing to use SignTool.exe rather than SignCode.exe. Is there any way I can use SignTool.exe without putting the PFX Password (/P parameter) in the SUF project? Is there a way to be prompted for it at build time?

  • #2
    There are three files signed during a single build, so you would be prompted three times... or multiples, if you are building a set of installers (as in different build configurations for a single product). I don't believe that this method would be very comfortable, even if there is a way to ask for the password repeatedly during the build.

    If for any reason you don't want to store the password in the project file, you could use a build constant instead. The parameter for SignTool.exe or kSignCMD.exe could be something like "/p #PFXPASSWD#", and while you set up some default value for this constant in the Build Settings, the proper value is provided via the external INI file.
    Click image for larger version

Name:	SCRN-2014-11-16-01.png
Views:	1
Size:	40.2 KB
ID:	284257
    Perhaps this fits your needs?

    Ulrich

    Comment

    Working...
    X