Search found 6 matches

Go to advanced search

by zak
Mon Mar 31, 2025 2:31 pm
Forum: Building Installers
Topic: Automated tests for installer workflow - adding "ID" or other object identification to elements
Replies: 1
Views: 6292
 
Jump to post

Automated tests for installer workflow - adding "ID" or other object identification to elements

Hello,

I would like to ask you if it is possible to add AutomationID or other UI element identification to the custom pages elements.
Is there a way how to do that? I did not find the way.

Do you have any experience with automation of the installers (not cmd line silent installation) as e2e test ...
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: 18733
 
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 ...
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: 18733
 
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: 18733
 
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 ...
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: 194732
 
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 ...
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: 194732
 
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 AIP file, please ...

Go to advanced search