This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: EV Code Signing
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 04, 2013
11:04 AM
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?
- Tags:
- code signing
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 10, 2013
10:15 AM
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.
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