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.
This proposal suggest breaking the single wix.dll into three assemblies and layering the programmatic surface area of the WiX toolset as follows:
data - WixToolset.Data.dll
extensibility - WixToolset.Extensibility.dll
processes - wix.dll
The layers will reduce the programming surface area to the necessary subset for WiX extension developers and better formalize the interfaces WiX developers should keep in mind when making changes.
Originally opened by firegiantco
The text was updated successfully, but these errors were encountered:
This proposal suggest breaking the single
wix.dll
into three assemblies and layering the programmatic surface area of the WiX toolset as follows:The layers will reduce the programming surface area to the necessary subset for WiX extension developers and better formalize the interfaces WiX developers should keep in mind when making changes.
The text was updated successfully, but these errors were encountered: