Search found 5 matches

Go to advanced search

by zak
Thu Jan 18, 2024 4:45 pm
Forum: Common Problems
Topic: Signing using AzureKeyVault - is it possible to propagate password to Advanced Installer from Windows Credential manager
Replies: 5
Views: 12204
 
Jump to post

Re: Signing using AzureKeyVault - is it possible to propagate password to Advanced Installer from Windows Credential man

Hello, Thank you for your answer. I would like to ask you about the aic file. We created the common aic file and build the installers in parallel but there is an error that the aic file can not be found. The file is there but it is locked by the 1st process and the next processes can not access it u...
by zak
Thu Jan 18, 2024 11:30 am
Forum: Common Problems
Topic: Signing using AzureKeyVault - is it possible to propagate password to Advanced Installer from Windows Credential manager
Replies: 5
Views: 12204
 
Jump to post

Re: Signing using AzureKeyVault - is it possible to propagate password to Advanced Installer from Windows Credential man

Hello,
Thank you. It solved the problem in automated build.

Is there any way how to avoid to fill the password from the Advanced Installer IDE on every build?
It is quiet annoying for developers.

Thank you.

Vladimir
by zak
Wed Jan 17, 2024 1:57 pm
Forum: Common Problems
Topic: Signing using AzureKeyVault - is it possible to propagate password to Advanced Installer from Windows Credential manager
Replies: 5
Views: 12204
 
Jump to post

Signing using AzureKeyVault - is it possible to propagate password to Advanced Installer from Windows Credential manager

Hello, We would like to use the signing process using the Azure KeyVault functionality in Advanced installer. Everythig is working except that when the installer is building there is a prompt dialogue to insert the password to KeyVault. Is there any mechanism how to avoid this, please? We would like...
by zak
Mon Jan 15, 2024 12:32 pm
Forum: Building Installers
Topic: issues with advanced installer and DigiCert signing via azure. pipelines
Replies: 18
Views: 135633
 
Jump to post

Re: issues with advanced installer and DigiCert signing via azure. pipelines

Hello Catalin, Yes, the signtool does not have it but as you can see in my previous comment the command I was talking about uses Digicert smctl smctl sign --fingerprint <certificate fingerprint> --input <path to unsigned file or folder> And that command is working outside the Advanced installer. Tha...
by zak
Mon Jan 15, 2024 8:42 am
Forum: Building Installers
Topic: issues with advanced installer and DigiCert signing via azure. pipelines
Replies: 18
Views: 135633
 
Jump to post

Re: issues with advanced installer and DigiCert signing via azure. pipelines

Hello, the command you provided with signtool works: sign /csp "DigiCert Signing Manager KSP" /kc <friendly name> /f <path to crt> /tr "http://timestamp.digicert.com" /td sha256 /fd SHA256 But is there any way to use the fingerprint in order not to have the certificate path in AI...

Go to advanced search