Skip to content
⌘ NSIS Forum Archive

nsDialogs & MUI: Page skipping

5 posts

pospec#

nsDialogs & MUI: Page skipping

Good day gentlemen!

I discoverd weird behavior of MUI and nsDialogs. I made a test script with mixed MUI pages and custom pages. It should show in this order: MUI_PAGE_WELCOME, my custom page, MUI_PAGE_INSTFILES, my custom page and finally MUI_PAGE_FINISH.

I see that if I put some custom page into MUI pages sequence then script behaves incorrectly. For example, in my test script is MUI_PAGE_INSTFILES skipped.

Is that a bug or am I doing something wrong? (using 2.37)