I've spent a lot of time fighting with WiX to make an installer that works well with a screen reader. I want the Windows Screen Reader to read the labels and control names out in a sensible and predictable manner, but my findings are that WiX is not very good at producing installers that "sound" right.
Are there best practices or samples that show how an installer, written in WiX, should be structured in order to be fully accessible.
Alternatively, what can I replace WiX with in order to make such an MSI? If I need to replace WiX then I will.