Archive: Completely hide everything after components


Completely hide everything after components
Actually this is a question.

After the pressing "Install >" on the Components page I need to hide installer completely like in the silent mode (there is the only page there - Install).

Unfortunately, using "Hidewindow" Components page is shown for the part of second and this is not good. tried different combinations of "Hidewindow" in the MUI custom page PRE SHOW of Install page and and LEAVE of the Components but with no luck as well as "ShowWindow $HWNDPARENT 0"

Please help.


The leave callback is as good as you are going to get without a custom plugin...


Originally posted by Anders
The leave callback is as good as you are going to get without a custom plugin...
Does it mean my purpose is impossible by means of NSIS measures only?

Maybe you could explain why this is so important...


Originally posted by Anders
Maybe you could explain why this is so important...
This installer is part of another one. Main one (web based) shows own license page and other information and runs this installer, but actually 2 pages: selecting installation directory and components. everything else should be hidden (including installation page).

It would be nice to be able to hide single pages at will... Any ideas how?


To skip a page, call Abort in the page's prefunction (will also work when the user clicks the Back button).