-
I am working on converting WiX 3 installers to WiX 4, as part of the conversion we are seeing the below exception when performing an upgrade (minor release)
When I add WixToolset.Dtf.WindowsInstaller.dll as a payload, the issue is resolved. Is this an expected behavior ? since adding it as a payload is not covered in the documentation Documentation: "The Bal WiX extension does not add WixToolset.Mba.Core.dll or mbanative.dll so both must be added along with all the other dependencies of the MBA" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This part of the documentation applies to you:
Your managed BA must depend upon |
Beta Was this translation helpful? Give feedback.
This part of the documentation applies to you:
Your managed BA must depend upon
WixToolset.Dtf.WindowsInstaller.dll
.