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

c++ - How to add Crypto++ library to Qt project -

jQuery Mobile app not scrolling in Firefox -

How to use vim as editor in Matlab GUI -