Skip to content
Discussion options

You must be logged in to vote

I think I had the same error; I suppose you have the Bootstrappercore.config added as per the bootstrapper code above; try renaming it to WixToolset.Mba.Host.config - probably you will need to change the content of the config sections, I can give you what I have found so far, which is for using Wix4 burn with a 4.7.2 .net, not already changed to a 6.0, but with <bal:WixManagedBootstrapperApplicationHost/> I think you are trying to use a .net 4 framework yourself.

my WixToolset.Mba.Host.config (to replace the BootstrapperCore.config)

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <configSections>
    <sectionGroup name="wix.bootstrapper" type="WixToolset.Mba.Host.BootstrapperSec…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@stonefishy
Comment options

@woscostametaxa
Comment options

Answer selected by stonefishy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants