/S | Runs the installer in silent mode |
/SD | Complitely silent mode. Supress messageboxes. |
/D | Specifies the installation directory. |
Example
Silently install the program:
setup.exe /S
Silently install the program in to directory C:\Program Files\Setup:
setup.exe /S /D="C:\Program Files\Setup"