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

How to pass certificate password to isCmdBld command line

All

In the installshield MSI project's release configuration signing tab, we have specified a Certificate file, private key file and Certificate password.

But when we build the project from command line using

IsCmdBld.exe -p < -b -o -y , its still popping up the prompt to enter the password. After manually entering the password, some more files are signed correctly without any prompt, but again the pop-up comes up for some other files.

Is there anything else we need to do so that the password is automatically and consistently passed on to iscmdbld and NOT prompt the user.

Sincerely
Praveen
Labels (1)
0 Kudos
(2) Replies
DebbieL
Level 17

It sounds like you are signing with .spc and .pvk files. You may want to switch to .pfx file. For more information, see Digital Signing and Security.
0 Kudos
firmusoft
Level 5

DebbieL wrote:
It sounds like you are signing with .spc and .pvk files. You may want to switch to .pfx file. For more information, see Digital Signing and Security.


Thank you, that worked.....
0 Kudos