Skip to content
⌘ NSIS Forum Archive

Mui_page_instfiles

5 posts

mmleyr#

Mui_page_instfiles

Hello once more. =)

Question: I need the instfiles page to remain unclosed after intsllation completed. And close when user pushes "Close" button.

I know that the answer is simple, but i couldn't find it on forum.

Thx.

Best regards.
kichik#
Search the Modern UI readme for MUI_FINISHPAGE_NOAUTOCLOSE and you'll see it's a setting for MUI_PAGE_INSTFILES which you need to define right before you insert the MUI_PAGE_INSTFILES macro. Once used, it'd stay in the instfiles page until the user hits the Close button.