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

Digital Signuture

How can I save my Digital Sigiture Information with IS ? I need to create 41 Installers for Download and 41 Installers for CD-Rom versions. I have to retype every time the Information when I build a setup.

Is there no way of saving this information so I do not have to retype this every time?

Thanks In advance for your help.
Labels (1)
0 Kudos
(2) Replies
DebbieL
Level 17

You might want to consider writing a script that uses the automation interface to set the digital signature settings for each release. The ISWiRelease object is the object that lets you configure settings for digital signatures. A few of the applicable properties you'd want to consider setting are SoftwarePublishingCredentials, CertificatePassword, CertificateURL, SignFiles, SignFilesExclude, SignFilesInclude, SignLauncher, and SignSignedFiles.

I hope that helps.
0 Kudos
mjmfgm
Level 5

Thank you Debbie, I created a templete and that worked for me. I am not so good in writing IS code and more of a GUI driver.

Thanks again for your help. 🙂
0 Kudos