Archive: Install more than one program


Install more than one program
Hey.


I am new to NSIS and I therefore have some questions.

Is it possible to make a Modern UI that can do the following.

Start by installing Mysql server, java, and then my own software?

I can't figure out how to do this?

Do I need a special plugin or so?

Thanks!


Nop, just use Section for each application..if the user wants separate, he will check and/or uncheck them. If you want to "force" to install all..put them in one Section and use some shellexecute instructions like Exec, ExecShell or ExecWait.
There is a plugin nsExec, to run ms dos batch files, such silent installers.