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

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -