I’m building an MSI installer using WiX Toolset (v5).
When I double-click on the installer’s title bar (header), the installer window shifts slightly upward on the screen instead of staying fixed. I believe this happens because Windows tries to maximize or restore the window.
How can I properly prevent the installer window from moving when double-clicking the title bar in WiX v5?
Any modern best practices or workarounds would be greatly appreciated!