You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In WiX v3 we have BootstrapperCore.config file to inform the MBA host which .NET Framework runtime it supported and which DLL contained the MBA.
In WiX v4, the config file is named WixToolset.Mba.Host.config as the config file is still used
However, in WiX v5, it appears that the bootstrapper configuration file is no longer required. This is because Burn now launches Bootstrapper Applications as separate processes instead of loading them as DLLs within the Burn process.
Could someone confirm if this Bootstrapper configuration file is indeed no longer needed in WiX 5?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In WiX v3 we have BootstrapperCore.config file to inform the MBA host which .NET Framework runtime it supported and which DLL contained the MBA.
In WiX v4, the config file is named WixToolset.Mba.Host.config as the config file is still used
However, in WiX v5, it appears that the bootstrapper configuration file is no longer required. This is because Burn now launches Bootstrapper Applications as separate processes instead of loading them as DLLs within the Burn process.
Could someone confirm if this Bootstrapper configuration file is indeed no longer needed in WiX 5?
Beta Was this translation helpful? Give feedback.
All reactions