Versions Compared

Key

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

...

Run the installation file from the command prompt with the -gui=0 argument

vray_adv_500050000_nukex_x64.exe -gui=0

Follow the instructions of the install and set-up the installation the way you want to have it on all machines This will create a file named config.xml in the folder of the installation file.

Run the installer with the following command:

vray_adv_ 500050000_nukex _x64.exe -gui=0 -configFile="xml_file.xml" -quiet=1

...

To perform a silent install first run the installer with the “ -gui=0 ” argument: 

$ sudo ./vray_adv_ 500050000_nukex _linux_x64 -gui=0

Follow the instructions and setup the installation in the way you want it to be installed on all machines. Once the installation is complete a file named config.xml will be created in the folder from which the installation was run. You can now use this file to configure your silent install on other machines. To do that run the installer with the following arguments:
-configFile="config.xml" -gui=0 -quiet=1 -ignoreErrors=1

$ sudo ./vray_adv_ 500050000_nukex _linux_x64 -configFile="config.xml" -gui=0 -quiet=1 -ignoreErrors=1

...