Search found 4 matches

Go to advanced search

by francis
Fri Sep 12, 2025 12:15 pm
Forum: Common Problems
Topic: Problem with Advanced Installer 22.8 and signtool in docker container
Replies: 7
Views: 1249
 
Jump to post

Re: Problem with Advanced Installer 22.8 and signtool in docker container

OK I think I found the root cause of this.
My docker container is built on top of this docker image from microsoft:

FROM mcr.microsoft.com/windows/servercore:ltsc2022


It seems the signtool from the latest Windows SDK 10.0.26100.0 is incompatiblity with this and will not run.
And it happens that ...
by francis
Wed Sep 10, 2025 7:04 pm
Forum: Common Problems
Topic: Problem with Advanced Installer 22.8 and signtool in docker container
Replies: 7
Views: 1249
 
Jump to post

Re: Problem with Advanced Installer 22.8 and signtool in docker container

Unfortunately, we were only able to reproduce this on our end by having the wrong certificate name specified.
That being said, could you please double check that and let me know if that is the case?


No, to clarify this point about the certificate and authentication; the authentication is ...
by francis
Sun Aug 17, 2025 6:42 pm
Forum: Common Problems
Topic: Problem with Advanced Installer 22.8 and signtool in docker container
Replies: 7
Views: 1249
 
Jump to post

Re: Problem with Advanced Installer 22.8 and signtool in docker container

Please note that this is related to using advanced installer from inside of a windows docker container.
So I do not think it can be related to user credentials cached by the OS, because it uses a different method for identification with the azure trusted signing server.
That is, it uses the method ...
by francis
Tue Jul 01, 2025 8:20 am
Forum: Common Problems
Topic: Problem with Advanced Installer 22.8 and signtool in docker container
Replies: 7
Views: 1249
 
Jump to post

Problem with Advanced Installer 22.8 and signtool in docker container

I have been using Advanced Installer 22.2 for building my app.I recently tried to switch to version 22.8, but it fails during the "/build" command.

Our build is run from a gitlab CI pipeline and uses docker containers. So this happens when running the build inside a docker container.It has been ...

Go to advanced search