Install page per section
Hi guys,

I'm new to NSIS, so be gentle :-)

I'm using MUI2 to create an installer for a project I'm working on. In the installer, I have different sections. One of those sections is 'Gallery'. When the user selects it, a new gallery will be installed. However, I created a custom page where the user can select to backup it's current Gallery first.

Selecting this 'backup' will check a Hidden section.

Because the backup can take a while (ExecWait), I'd like to have a 'custom' install page for this where I can display some info.

Actually, I'd like to have different "installer pages' for all sections, in which I can show some 'tip&tricks' or screenshots for example.

Is this possible ?


Thx in advance !
Kristof