v4-preview-1 signing bundle breaks msi install #7071
Unanswered
sccrgoalie1
asked this question in
Questions
Replies: 3 comments 2 replies
-
Start with 0x800704c7 and 0x80070642. |
Beta Was this translation helpful? Give feedback.
1 reply
-
It sounds like we need to add an automated test for a bundle that is signed during the build so we can say that this should be working. It looks like something is getting corrupted in the bundle .exe based on:
It's looking for the attached container so it can cache the MSI. You should be able to select the original bundle .exe that includes the attached container. |
Beta Was this translation helpful? Give feedback.
1 reply
-
All fixed in RC1. Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a pretty simple Msi and Bundle I'm building. When I build without signing (via signtool.exe) everything works fine. When I sign the Msi/Bundle the bundle install will just prompt for a source when it goes to install the msi. Has anyone experienced this. I've tried every combination I can think of, and cannot get it to work after being signed.
Msi Signing
Bundle Signing
Build Log
Install Log
Beta Was this translation helpful? Give feedback.
All reactions