Welcome to the Highlights post for the Centennial WiX Online Meeting! Well, not exactly 100 years but 100 meetings since we started (virtually) meeting—thanks to FireGiant for sponsoring the Skype meetings!—to triage bugs, review pull requests, discuss issues, and ask and answer questions.

WiX v3.10.3 update

This week's update on WiX v3.10.3 is that there was a bit more progress from the GDI+ team on a possible workaround. That workaround isn't exactly clear—as far as we know, the registry API functions have always lived in Advapi32.dll—, but the progress is promising. While that's ongoing, Rob has created the branch for WiX v3.10.3 so we're ready to go.

Another candidate bug for WiX v3.10.3 came up this week and we covered that in triage and the pull-request review.

WiX v3.11 update

Listeners got to hear me ramble for too long about WiX v3.11 and v3.x in general. Key takeaways:

  • WiX v3.11's focus is to support the next version of Visual Studio.

  • WiX v3.11 will strongly ramp down on adding extra features.

For WiX v3.x, bug fixes are important and so is compatibility (with Visual Studio and Windows) but we've reached a point where we need to be spending more time getting WiX v4.0 ready than enhancing WiX v3.x.

Issue triage

Pull request review

This week's pull request comes from frequent contributor @rseanhall as a fix for WiX 3.10.1 failing to update to 3.10.2 #5234. The resulting discussion was interesting in direct proportion to your interest in Burn internals and went back and forth a few times as we discussed the advantages and disadvantages of various approaches.