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!
Install more than one program
2 posts
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.
There is a plugin nsExec, to run ms dos batch files, such silent installers.