Silent install builder

NSIS Silent Install commands

The Silent Install options for the NSIS installer wery simple.

/S Runs the installer in silent mode
/SD Complitely silent mode. Supress messageboxes.
/D Specifies the installation directory.


Examples

Silently install the program:
setup.exe /SD

Silently install the program in to directory C:\Program Files\Setup:
setup.exe /SD /D=C:\Program Files\Setup