Share via

Signing MSIX with Azure Trusted Signing Services

Willem Noorduin 0 Reputation points
2026-02-11T08:51:48.8633333+00:00

Currently, we have problems in getting msix-packages and bundles to sign via Azure Trusted Services. We are using the msi from

https://download.microsoft.com/download/6d9cb638-4d5f-438d-9f21-23f0f4405944/TrustedSigningClientTools.msi

When this is installed, we are using the bundled winsdksetup.exe in install OptionId.SigningTools. When we are using this bundled tool

to install make-appx to make a msix, we can't sign it, and the signtool doesn't give clear error messages.

We did try to do the solution from https://techcommunity.microsoft.com/discussions/msix-discussions/signing-msix-packages-with-azure-trusted-signing-accounts/4372740, but we cannot find these exact versions.

Artifact Signing
Artifact Signing

A fully managed end-to-end service for digitally signing code, documents, and applications. (formerly Trusted Signing)

{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-02-11T08:52:00.85+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    It seems you are experiencing issues with signing MSIX packages using Azure Trusted Signing Services and the tools provided. Here are some points to consider:

    1. SignTool Errors: If you are encountering unclear error messages from SignTool, it may be helpful to enable debugging to get more detailed information about the errors. You can do this by using the /debug option when running SignTool, which may provide insights into what is going wrong.
    2. Common Issues: Ensure that the Publisher entry in your app package manifest matches the Subject of the certificate you are using for signing. A mismatch can lead to errors like "Error: SignerSign() failed". You can check the certificate subject using PowerShell or CertUtil as described in the context.
    3. Package Validity: If you receive error codes starting with 0x8008, this indicates that the package being signed is invalid. You may need to rebuild the package before attempting to sign it again.
    4. Using the Correct Tools: Make sure that you are using the correct version of the tools required for signing MSIX packages. If the bundled tools do not match the required versions, it can lead to signing issues.
    5. Documentation and Support: Since you mentioned trying solutions from a community discussion, consider checking the official Microsoft documentation for any updates or additional troubleshooting steps related to Azure Trusted Signing Services and SignTool usage.

    If the problem persists, you may want to reach out to Microsoft support for further assistance specific to Azure Trusted Signing Services.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.