Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A silent installation allows you to complete V-Ray License Server installation without running the installer's GUI. To complete a silent installation, run the installer with the following command:

Code Block
cgls_win_5.13.10.exe -auto

This will install the license server with the automatic preferences and accept the EULA. 

If you want to specify a custom installation directory or choose not to add firewall exceptions, run the installer with the following command.

Code Block
cgls_win_5.13.10.exe -gui=0 -quiet=1

 

The -quiet=1 argument will automatically accept the EULA. You can then select an installation directory and choose whether to include firewall exceptions.

...