Engine signing failed with error 800700C1 #9316
Replies: 1 comment
-
|
The safe mental model is: the Burn bundle signing flow is a one-way finalization step. The documented order is:
For re-signing, I would not use the already-signed bundle as the input to the detach/reattach pipeline. Keep the unsigned bundle build output as an intermediate artifact and repeat the full pipeline from that artifact. So the re-sign flow should be either: or rebuild the bundle and run the same signing pipeline again. If you only add/replace the outer Authenticode signature on the final EXE, the embedded engine signature is not refreshed. If you need the engine signed with a new cert/timestamp too, you need the original unsigned bundle or a rebuild.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hi @robmen
I am using WiX version 6.0.2 and followed the documented procedure for signing a WiX bundle described here: https://docs.firegiant.com/wix/tools/wixexe/#burnextract
Specifically, I:
This process completed successfully.
However, when I attempt to sign the already-signed bundle again using the same approach, the engine signing step fails with error 0x800700C1.
Could you please help me understand why this error occurs and advise on the correct approach for re-signing an already-signed bundle?
Thank you for your assistance.
Open Source Maintenance Fee
wixtoolsetproject because I support the maintainers.Beta Was this translation helpful? Give feedback.
All reactions