One of our customers reached out with a strange issue with our installer that I haven't been able to reproduce on another machine. The layout of the license screen is completely broken and usuable (the next button is not visible).
I'm quite new to NSIS so I'm unsure what other details to provide except that we're using the latest 3.09 release.
This is what the installer looks like regularly:
https://aleongmbh-my.sharepoint.com/:i:/g/personal/nikola_milekic_aleon_eu/EafkiSZg6hxOqvgbyDHgd3wBqeqOcKeHnc7aapwfo3wbpQ?e=5R0EQE
And how it looks on the client machine:
https://aleongmbh-my.sharepoint.com/:i:/g/personal/nikola_milekic_aleon_eu/ESbAJZOqGF5Jk1cCIAdHIH8BInSGfNUyy7D_jXI3PWl5pg?e=DGkvfv
Windows version? DPI setting?
Do you have ManifestDPIAware in your .nsi?
Do you have any callbacks like MUI_PAGE_CUSTOMFUNCTION_SHOW?
Does it happen with something simple like Examples/Modern UI/Basic.nsi ?
Apologies for the delay, I was waiting for our customer to get back to me. They're using Windows 10 22H2 (19045.3693). I'm not sure what their DPI is set to (at this time, I'm still waiting for them to get back to me). We're not using ManifestDPIAware.
Here's a section of our nsi that displays the license page (DISPLAY_LICENSE is defined):
Can you show us the code that is in 'Function LicensePageShow'? That would be the first thing to check.
Here's LicensePageShow. Thanks for your help!