Replies: 1 comment
-
|
Documentation for creating a custom Burn BA is sorely lacking. The FAQ provides most of the information, and some of them have minor renames that were probably missed because they were small (like |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hi,
I am using a managed bootstrapper with BootstrapperCore.dll in WiX Toolset v3.14, and I am considering upgrading from WiX Toolset v3 to WiX Toolset v6.
According to another discussion,, the upgrade should be done step by step.
I understand Supported upgrade sequence:
v3 → v4 → v5 → v6
(Direct upgrades such as v3 → v5 are not supported.)
I plan to use WixToolset.Mba.Core instead of BootstrapperCore.dll when migrating to WiX v4.
However, I found that the following event methods have been removed:
A few of these methods are explained how to use in WiX Toolset v4, but most of them are not documented or explained in WiX v4.
I would like to know how to replace them in wix v4.
Best regards.
Beta Was this translation helpful? Give feedback.
All reactions