WixDotNetCoreBootstrapperApplicationHost and Self Contained #7400
Replies: 2 comments 10 replies
-
Would publishing self-contained single-file work for you? There's only one binary provided by you that way that you need to include in your payload. |
Beta Was this translation helpful? Give feedback.
-
There is an example of this in the v4 repo. You already found the part where the MBA is published as self-contained (note: not single file). In the .wxs, you can see where it adds |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a bundle with a custom UI that I just converted to .Net 6. Currently, I am installing .Net 6 as a prereq for my custom WPF UI.
Questions:
Thanks
Beta Was this translation helpful? Give feedback.
All reactions