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 working fine with version 22.2, but fails with version 22.8.
The error shown is:
Checking builds status
Build required.
[ DefaultBuild ]
Building package: C:\builds\kuvacode\smartshooter6\out\artifacts\capturegrid_win_v6_0-97-g2ffdc82.msi
Prepare build
Detecting MSI incompatible resources
ERROR: Digital signature. KB 3118401 is not installed. Selected "signtool.exe" requires the Windows update known as "Update for Universal C Runtime in Windows, KB 3118401".
Preparing files
Trusted Signing requires minimum Trusted Signing Client Tools 1.0.0 installed. Trusted Signing Client Tools will be downloaded and installed automatically.
The digital signing of the APPDIR\CaptureGRID6.exe file failed. Error message: '
Make sure that cloud signing account (Trusted Signer/Azure Key Vault/Device Guard) is configured correctly and your Internet connection is working.
For a possible solution please check our Digital Signature FAQ from:
https://www.advancedinstaller.com/user- ... ature.html '
Build finished because an error was encountered.
make[1]: *** [installer] Error -536805276
Note. this only happens when running the build inside a docker container. If I run the build on my local machine then it works correctly.