On Wed, 2021-09-15 at 12:45 +0200, Fabian Maurer wrote:
how does one test msi dialogs directly? Aren't they used in the msi internally?
You would need to create an installer with appropriate tables, such as Dialog, Control and ControlEvent. It may need user interaction so it would need to be interactive.
A standalone test would work too. The point is that I'm not convinced that we don't need to check the msidbDialogAttributesModal attribute.