leave MUI_PAGE_INSTFILES open
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?