Reputation: 214
I'm making an installer with NSIS and have the following pages:
!insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_PAGE_FINISH
On each page must press the "Next" button.
How to press "Next" button automatically when installation is complete in MUI_PAGE_INSTFILES?
Upvotes: 4
Views: 2317