WiX4 Custom BA - is it possible? #7591
-
Is there any working example for Managed Custom BA for WiX 4. The only information available for that is in WiX4 documentation. It states the following:
The link(s) above help with building the assembly with the BA but there is no guidance on how to embed this BA in the bundle. I have created the test project: The sample can be built but fails to load at runtime: [...][...]i000: Loading managed bootstrapper application.
[...][...]e000: Error 0x8013101b: Failed to create the bootstrapper application.
[...][...]e000: Error 0x8013101b: Failed to create the managed bootstrapper application.
[...][...]e000: Error 0x8013101b: Failed to create BA.
[...][...]e000: Error 0x8013101b: Failed to load BA.
[...][...]e000: Error 0x8013101b: Failed while running |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
I don't have an example I can share, but I've converted a Wix3 BA to Wix 4. I had a quick glance at your repo, and I think you need to set up an AssemblyInfo.cs for your WixBA project, with the following:
|
Beta Was this translation helpful? Give feedback.
-
Unfortunately, it's not it. I, in fact, used that Did you say "a poke at this to get it working"? If it is the case can you just share the complete working project? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Adding the project to assist others: |
Beta Was this translation helpful? Give feedback.
I'm glad you got it working in the end - good luck with the rest!