mmleyr
27th June 2007 15:32 UTC
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
27th June 2007 15:41 UTC
Use MUI_FINISHPAGE_NOAUTOCLOSE.
mmleyr
27th June 2007 15:43 UTC
Erm.
More detailed answer, please. :)
kichik
27th June 2007 15:46 UTC
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.
mmleyr
27th June 2007 15:48 UTC
Oops. 0_o
Nevermind. Got it. =)
Thx.