Bootstrapper setup - digital signing. #1633
Unanswered
saiprabhur
asked this question in
Q&A
Replies: 1 comment 1 reply
-
bootstrapper.DigitalSignature = new DigitalSignatureBootstrapper() in the boot strapper i have used the code above to sign the setup Wixtoolset forum they were describing we have to special care to sign bundle exe. do we have to do anything special ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
we were using paid version digital signature to sign our executable.
the digital signature was working if i am doing sign the MSI.
When we do digital signature boot strapper then setup fails
setup installation error
Log file error:
E574:10494][2024-09-10T19:46:12]e000: Error 0x80070001: Failed to extract all files from container, erf: 1:2:0
[E574:DD94][2024-09-10T19:46:12]e000: Error 0x80070001: Failed to wait for operation complete.
[E574:DD94][2024-09-10T19:46:12]e000: Error 0x80070001: Failed to open container.
[E574:DD94][2024-09-10T19:46:12]e000: Error 0x80070001: Failed to open container: WixAttachedContainer.
[E574:DD94][2024-09-10T19:46:12]e312: Failed to extract payloads from container: WixAttachedContainer to working path: C:\Users\srajendr\AppData\Local\Temp{0B8FD832-E506-44B5-87B6-1ECBE753D32B}\80E86D31981DEB54B96512E754E9E5DBFFB40CAD, error: 0x80070001.
I am using NineDigit.WixSharpExtensions for bootstrapper.
Wixsharp version: 1.25.3 and NineDigit.WixSharpExtensions version:1.0.14
Could you please help me on this? Why its failing in the boot strapper.
Beta Was this translation helpful? Give feedback.
All reactions