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

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -