cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
tomcej
Level 2

EV Code Signing

We are currently using a hardware-based EV code signing certificate. The built-in code signing process does not use the proper signcode.exe command line to select the hardware token. Is it possible to enter a custom command line for the signing process?
Labels (1)
0 Kudos
(1) Reply
klacounte
Level 6

If you're signing the files included in your install, sign them before building the install.
If your MSI is not embedded in setup.exe, then you can sign the MSI and setup.exe after the install is built (or using the Postbuild Event).
If your MSI is embedded in setup.exe and you need to sign the MSI, then you can use the Precompression Event using Premier or SAB. The path variable will reference the directory which contains the MSI.
0 Kudos