Hide custom page in Validate function
I've a custom page. It is the last thing the user sees in the installer.
One process in the custom page takes some time, and I want to hide the custom page (or the NSIS installer) so the user doesn't see it while the lengthy process is being performed.
The reason is that validate page launches a one time application, waits for it to finish, then launches the main (installed) application. I don't want that custom page to appear after the one time application, but want a smooth transition to my main application.
Is there a way to 'hide' the custom page? :)