Archive: Stopping after the extract page


Stopping after the extract page
I have a installer which works fine but I was wondering if its possible to achieve the following:

-- In the extract window, NSIS shows the log in green on black background. After the process, the wizard automatically moves to next page without even waiting for the user to press Next button.

I would like NSIS to go to next i.e. the final page when the user presses Next.

Regards,
Ritesh


See NSIS manual 4.9.14.11 SetAutoClose


Thanks. That did the trick!