installer - NSIS: How to press "Next" button automatically when MUI_PAGE_INSTFILES is complete -


i'm making installer nsis , have following pages:

!insertmacro mui_page_welcome !insertmacro mui_page_directory !insertmacro mui_page_instfiles !insertmacro mui_page_finish 

on each page must press "next" button.

how press "next" button automatically when installation complete in mui_page_instfiles?

have defined mui_finishpage_noautoclose in script?

from manual:

mui_finishpage_noautoclose not automatically jump finish page, allow user check install log. 

Comments

Popular posts from this blog

arrays - PHP Shopping Cart Variable and Object errors -

mysql - java.sql.SQLException Parameter index out of range (1 > number of parameters, which is 0) -