Skip to content
⌘ NSIS Forum Archive

Completely hide everything after components

7 posts

oldfriend#

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.
oldfriend#
Originally Posted by Anders View Post
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?
oldfriend#
Originally Posted by Anders View Post
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).
MSG#
To skip a page, call Abort in the page's prefunction (will also work when the user clicks the Back button).