Skip to content
Discussion options

You must be logged in to vote

Which version of WiX are you using?

WiX 3.11.2 had a problem where the sfxca.dll template was signed. When your MyFile.dll was added to this template to make MyFile.CA.dll, the signature was invalidated. Microsoft's signtool won't sign a file that has an invalid signature. Signtool also won't remove an invalid signature. I only know this because I was bitten by this myself.
To work around this problem, use delcert to remove the signature from the template file.
The bug report for WiX - #6089
Delcert is available at - https://github.com/MadhukarMoogala/delcert

Replies: 4 comments 30 replies

Comment options

You must be logged in to vote
2 replies
@MattWalker414
Comment options

@chrpai
Comment options

Comment options

You must be logged in to vote
20 replies
@chrpai
Comment options

@MattWalker414
Comment options

@chrpai
Comment options

@jsrustad
Comment options

@MattWalker414
Comment options

Comment options

You must be logged in to vote
8 replies
@MattWalker414
Comment options

@jsrustad
Comment options

@MattWalker414
Comment options

@MattWalker414
Comment options

@jsrustad
Comment options

Answer selected by MattWalker414
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants