Skip to content
⌘ NSIS Forum Archive

making a multiple choice and execute installation

4 posts

krikke#

making a multiple choice and execute installation

Hi,
I'm searching for help building a installer where I can choose witch programs to install and execute the external installer of each program.

How can i do this? Please help
stonkers#
Use the Modern Installer and:

!insertmacro MUI_PAGE_COMPONENTS

For examples look in:

$yourNSISinstallDir\examples\Modern UI