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

Signing Installer with Installshied

Hi Team,

 We are using installshield 2018 , we are signing the installer by providing certificate path and password at releases/webdeployment/signing tab

Right now passoword is hardcoded, is it possible to load password dynamically/ through environment variable?

Could you please help us on that?

 

Labels (1)
0 Kudos
(1) Reply
Jenifer
Flexera Alumni

Hi @argoyal ,

 

Since digital signing happens during build time it has to be given as value before building .ism project,so it isn't possible via property since that field doesn't allow property mapping.

If it is runtime related activity,loading it dynamically or via property will make sense.

One other way,you can achieve it via automation interface :https://helpnet.flexerasoftware.com/installshield25helplib/helplibrary/IHelpAutoISWiRelease.htm using CertificatePassword property.

Starting from InstallShield 2019 R2 you can pass certificate password as command line parameter also:https://helpnet.flexerasoftware.com/installshield25helplib/rn/ReleaseNotes.htm#isreleasenotes_1919867033_1180194

 

Thanks,

Jenifer

0 Kudos