Archive: invisible install details window


invisible install details window
Hi. I'm using modern UI and in my script I have this:

...
!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\readme.rtf"
...
ShowInstDetails show
...
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_PAGE_FINISH
...

Setup doesn't stops near MUI_PAGE_INSTFILES window. It splashes and jumps to MUI_PAGE_FINISH window. So I can’t see installation details. Everything will be ok if I'll remove MUI_PAGE_FINISH, but I don't want to do that. What do I have to change if I what user to see details window?


RTFM maybe?

...MUI_FINISHPAGE_NOAUTOCLOSE


Don’t be grumpy, missed it, sorry. Thanks.