I'm using the UMUI.nsh header and tried to use the bog standard MUI_PAGE_STARTMENU page and get the following warning which stops the compilation;
!warning: The MUI_STARTMENU page don't work well with the UMUI_BUTTONIMAGE_BMP define (the Next and Back buttons remain unskinned). Use the UMUI_ALTERNATIVESTARTMENU page insteadFair enough, so I go plop this in my installer code;
!insertmacro MUI_DEFAULT UMUI_ALTERNATIVESTARTMENU "Application"However, no page is shown and i've no idea why. Based on the other pages such as WELCOME, it's the same style so expected it to at least show something. I thought that as the standard welcome page required a page_id and variable that the alternative one would also need one but this seems not to be the case.
Are there any examples of implementing an alternative start menu? Any help will be greatly appreciated and may stop the impending head banging 🧟