Getting the Wix4 burn bootstrappingapplication runnable #7274
Unanswered
woscostametaxa
asked this question in
Questions
Replies: 1 comment 10 replies
-
Assembly level attributes are not required to be in AssemblyInfo.cs. You are looking for WixBAFactory.cs. |
Beta Was this translation helpful? Give feedback.
10 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.
-
After converting my WiX 3.11 burn bootstrapping application to Wix4 it seems like its in the final stretches of getting it runnable.
I try to do so with .net 4.7.2.
But with those last few changes I feel a tad like a fish out of water: my Application had a
BootstrapperCore.config
, which I renamed toWixToolset.Mba.Host.config
and copypastad the following content (mainly to get the correct configSections which changed from what I have gathered so far:The CustomBootstrapper.cs has the following parts:
I also (for the 3.11) had an AssemblyInfo.cs:
But with the change of the Constructor when I change that to this:
The last line gives me the error:
and
Can I just remove the AssemblyInfo.cs?
Or do I need to add a different constructor just for the AssemblyInfo?
I haven't found a lot of info in this regard - probably it is not a lot that needs to change but to be honest I am kinda stumped at the moment.
Beta Was this translation helpful? Give feedback.
All reactions