
For example: C:\RangerInstaller.exe /S
The command line parameter is case sensitive, so you'll need to make sure that it's an upper case S.
In order to specify a destination directory when running the installer in silent mode, the /D switch should be used as follows:
[installer].exe /S /D=C:\Program Files\[directory]
Additional information about the NSIS command line parameters: