Archive: Silent install / download?


Silent install / download?
Hi,

I have a program ready for distribution, but I am completely new to nsi & scripting. In fact, I'm not even sure if NSIS is what I'm looking for yet, and that's where I was hoping you guys could help me out.

What I would like to do is have my installer (silently) install a small program before beginning the installation of the actual program I made. Is this possible using NSIS?

Thanks!


Of course.

The question is - why do you want to do this? You don't want to be installing things the user in unaware of, that's where adware and other pathetic pointless pieces of software come from.

However if you are telling your user what you're doing, that's fine :)

The ExecWait or nsExec::Exec command should serve you well.