billym
2nd April 2004 19:09 UTC
nsis flow problem
My installer is made up of mostly custom pages. When the instfiles page is done it stops and requires the user to click next to get to my custom finish page. How can I get the instfiles page to automatically goto the next page when done?
Joost Verburg
2nd April 2004 22:15 UTC
AutoCloseWindow true
billym
5th April 2004 15:07 UTC
AutoCloseWindow true makes the installer window close automatically when instfiles page is completed. When this attribute is not set, the installer will require you to click the next button when the installation is completed, taking you to the finish page(in my case). I would prefer that the installer automatically go to the finish page when completed instead of requiring the next button to get there. Is there a way to do this?
Joost Verburg
5th April 2004 15:49 UTC
AutoCloseWindow true
will go the next page if there is one.
billym
6th April 2004 21:30 UTC
THis is how it is layed out in my script:
PageEx instfiles
PageCallbacks preInst showInst leaveInst
PageExEnd
Page custom Finish
With AutoCloseWindow true set it does not go to the custom finish page, it just closes the installer.
Joost Verburg
6th April 2004 21:42 UTC
And it works if you remove AutoCloseWindow? That is weird, the Modern UI uses it too for the finish page.
Please attach a script that compiles on every system.