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

Digital signing through Commandline

Digital signing through Commandline


Introduction :
This article will helps you understand the steps to sign the installer through command line.

Instructions:

Step 1 : Create a New simple Project with default setting.
Step 2 : build the installer
Step 3 : Open Command prompt and goto, <IA_HOME/>resource\nativetools\windows64> and run the     following command,
IAWinDigiSign.exe /f <pfx file> /o <certificate name> /p <password> /t http://timestamp.digicert.com /algo CALG_SHA_256 <exe to be signed>

digi1.JPG

where:
• /f parameter is the path of PFX Certificate file to be used for signing
• /p parameter is the Password for encoded certificate
• /t parameter is the URL of time Stamp Server
• /algo parameter is the algorithm used for signing like CALG_SHA_256
followed by the Executable which is to be signed.

Step 4 : Goback to the Installer Location and right click-> Properties

digi2.JPG

 

Labels (3)
Was this article helpful? Yes No
No ratings
Version history
Last update:
‎Aug 17, 2023 03:29 AM
Updated by:
Contributors