- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Signing Installer with Installshied
- 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
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?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
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