Search found 13 matches

Go to advanced search

by rafw86
Tue Feb 13, 2024 2:02 pm
Forum: Building Installers
Topic: Azure task Advanced Installer Build fails - missing mscordaccore_x86_x86_4
Replies: 4
Views: 13602
 
Jump to post

Re: Azure task Advanced Installer Build fails - missing mscordaccore_x86_x86_4

OK, I think I found the problem in a related thread . It is indeed a a pain in.... and smells like a poor concept in terms of backwards compatibility. It is kind of ugly forcing the users to upgrade, because the build pipeline using AzureDevOps tasks suddenly stopped working after releasing a new ve...
by rafw86
Tue Feb 13, 2024 10:50 am
Forum: Building Installers
Topic: Azure task Advanced Installer Build fails - missing mscordaccore_x86_x86_4
Replies: 4
Views: 13602
 
Jump to post

Re: Azure task Advanced Installer Build fails - missing mscordaccore_x86_x86_4

Hello, as the project I was participating 2 years ago is being restarted I have the possibility to work with advanced installer again. Unfortunately, the build pipeline which was working before and remained unchanged since then fails due to advanced installer task. This time the build fails without ...
by rafw86
Wed Jul 28, 2021 2:39 pm
Forum: Common Problems
Topic: Signing installation package via AzureDevops build task with issues
Replies: 11
Views: 52308
 
Jump to post

Re: Signing installation package via AzureDevops build task with issues

Thanks for the info, I will check that with the latest Advanced Installer version.

Kind regards,
Rafael
by rafw86
Mon Jul 19, 2021 1:54 pm
Forum: Common Problems
Topic: Signing installation package via AzureDevops build task with issues
Replies: 11
Views: 52308
 
Jump to post

Re: Signing installation package via AzureDevops build task with issues

I made several tests and it really seems to be the problem with signing from certificate stored in Azure Key Vault. With the work around which requires me to upload the certificate into AzureDevOps library everything seems to be fine. I can live with that solution for now, but do you have this issue...
by rafw86
Fri Jul 16, 2021 10:19 am
Forum: Common Problems
Topic: Signing installation package via AzureDevops build task with issues
Replies: 11
Views: 52308
 
Jump to post

Re: Signing installation package via AzureDevops build task with issues

Thank you for your response, actually the build process is splitted into two agents: - build of the artifacts is made on a virtual machine hosted on Azure with windows 10 pro with version 10.0.19042 Build 19042 - build of installer with artifacts downloaded from the first step - azure self-hosted ag...
by rafw86
Thu Jul 15, 2021 5:46 pm
Forum: Common Problems
Topic: Signing installation package via AzureDevops build task with issues
Replies: 11
Views: 52308
 
Jump to post

Signing installation package via AzureDevops build task with issues

Hello, I have successfully configured the AzureDevOps build task to create an installation package and sign it with a certificate stored in Azure Key Vault. The application consists of 3 executable files which all are signed. Also the installer exe, msi and cab files are signed as stated in the &quo...
by rafw86
Wed Jun 16, 2021 4:11 pm
Forum: Common Problems
Topic: Digital Signature fails on subsequent builds of installer
Replies: 2
Views: 6404
 
Jump to post

Digital Signature fails on subsequent builds of installer

Hi, I managed to configure locally the digital signature using certificate stored on Azure Key Vault on both local environment and within a Azure DevOps pipeline. At both places I was able to sign the installer files by the first time without any issues. Unfortunately, every next time I got followin...
by rafw86
Fri May 22, 2020 12:42 am
Forum: Building Installers
Topic: Azure task Advanced Installer Build fails - missing mscordaccore_x86_x86_4
Replies: 4
Views: 13602
 
Jump to post

Azure task Advanced Installer Build fails - missing mscordaccore_x86_x86_4

Hi, I have created a AzureDevOps pipeline for a .NET Core 3.1 application. It was working fine for a couple of weeks. Unfortunately, since yesterday I am getting following error: Checking builds status Resources referred by the project are missing: d:\a\1\s\*\Publish\win-x86\mscordaccore_x86_x86_4.7...
by rafw86
Fri May 22, 2020 12:33 am
Forum: Building Installers
Topic: Do not remove user when uninstalling
Replies: 3
Views: 2906
 
Jump to post

Re: Do not remove user when uninstalling

Thanks, this way I was able to disable the user removal. It's not ideal but it solved my problem.
by rafw86
Tue May 19, 2020 10:02 am
Forum: Building Installers
Topic: Do not remove user when uninstalling
Replies: 3
Views: 2906
 
Jump to post

Do not remove user when uninstalling

I have an installer project which consist of installations of 3 applications: - 1 desktop wpf application - 2 windows services which I am developing by my own as well The services have a requirement to be installed for a specific user which I am creating by your "Users and Groups" feature ...
by rafw86
Tue May 19, 2020 9:47 am
Forum: Building Installers
Topic: Azure DevOps and Signing
Replies: 47
Views: 191916
 
Jump to post

Re: Azure DevOps and Signing

Hi, any progress in this matter? I would like to build an installer and sign in the files with certificate from Azure KeyVault within my pipelines as well.

Go to advanced search