How do I install the ShotGrid Desktop silently on Windows?

To run the ShotGrid Desktop installer silently, simply launch the ShotGrid Desktop installer the following way:

ShotgunInstaller_Current.exe /S

If you wish to also specify the installation folder, launch it with the /D argument:

ShotgunInstaller_Current.exe /S /D=X:\path\to\install\folder.

Note : The /D argument must be the last argument and no " should be used in the path, even if there are spaces in it.


Edit this document