Skip to content
⌘ NSIS Forum Archive

More than one INSTFILES page

2 posts

zbd#

More than one INSTFILES page

Is it possible to have multiple "install files" pages?

I have 3 components and I want to have a "Welcome" style page for each component describing what it is. Then when they click "Next" it will just install that component then go to the new page describing the next component that will be installed.

Thanks, Zbd
bholliger#
Hi zbd!

I think this should be possible. You have to activate the particular sections, which you want to install, before executing the INSTFILES page. Have a look at Sections.nsh (SelectSection).

Cheers

Bruno