PDA

View Full Version : leave MUI_PAGE_INSTFILES open


aviadlich
25th April 2007, 10:35
I want the MUI_PAGE_INSTFILES to be left open until the user will press the NEXT button
this is my code (the relevant part)

!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_PAGE_FINISH


what should i do so the install page will stay and not move to the finish page?

Afrow UK
25th April 2007, 12:42
!define MUI_FINISHPAGE_NOAUTOCLOSE

Stu

aviadlich
25th April 2007, 13:00
Thanks