mathiasm
27th June 2007 14:09 UTC
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!
Joel
27th June 2007 15:08 UTC
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.