You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AzureSignTool currently lacks support for signing Excel add-in files (.xlam). Attempting to sign .xlam files using AzureSignTool results in an error message The file cannot be signed because it is not a recognized file type for signing or it is corrupt.
Steps to Reproduce:
Attempt to sign an Excel add-in file (.xlam) using AzureSignTool.
Observe the error message indicating the lack of support for xlam files.
Expected Behavior:
AzureSignTool should have support for signing .xlam files, similar to how signtool.exe with msosipx.dll registered works.
Additional Information
Workaround:
Currently, a potential workaround is to use signtool.exe with msosipx.dll registered. This allows for the successful signing of .xlam files.
Issue Summary
Description:
AzureSignTool currently lacks support for signing Excel add-in files (.xlam). Attempting to sign .xlam files using AzureSignTool results in an error message
The file cannot be signed because it is not a recognized file type for signing or it is corrupt.
Steps to Reproduce:
Expected Behavior:
AzureSignTool should have support for signing .xlam files, similar to how signtool.exe with msosipx.dll registered works.
Additional Information
Workaround:
Currently, a potential workaround is to use signtool.exe with msosipx.dll registered. This allows for the successful signing of .xlam files.
Steps to Use Workaround:
Environment Details:
Additional Context
According to Digicert article Signtool (64-bit) does not support xlam-files.
The text was updated successfully, but these errors were encountered: