Versions Compared

Key

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

...

Tabs Container
directionhorizontal
Tabs Page
titleWindows


  1. Run the installation file from the command prompt with the -gui=0 argument:
    vraystd_adv_6xxxx_x64_vc14.exe -gui=0
     
  2. 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.
  3. Run the installer with the following command:
    vraystd_adv_6xxxx_x64_vc14.exe  -gui=0 -configFile="xml_file.xml" -quiet=1

  4. This will cause the installer to read the variable values from the xml file and do the installation without asking any questions. If you do not specify the -quiet=1 option, the installer will ask for a confirmation for each variable before proceeding.
Tabs Page
titlemacOS


  1. In the terminal navigate to the location where you have extracted the vraystd_adv_6xxxx_mavericks_x64_gcc-4.2-cpp.app file.
  2. Copy the .app file to a location with write permissions.  
  3. Inside Terminal, using the cd command, navigate inside the .app file and go to vraystd_adv_6xxxx_mavericks_x64_gcc-4.2-cpp.app/Contents/MacOS/.
  4. In the terminal enter: 
    ./run_installer -gui=0

  5. You are then prompted for your password – enter it. 
  6. Follow the instructions of the installer and setup the installation in the way you want it to be installed on all machines.
  7. A file named config.xml is created in the folder of the .app file. Move it outside the .app bundle, for example, next to the vraystd_adv_6xxxx_mavericks_x64_gcc-4.2-cpp.app.
  8. You can now install V-Ray on all machines by navigating to vraystd_adv_6xxxx_mavericks_x64_gcc-4.2-cpp.app/Contents/MacOS/ and using the following command:
    ./run_installer -configFile="../../../config.xml" -gui=0 -quiet=1 -ignoreErrors=1
Tabs Page
titleLinux


  1. To perform a silent install, first run the installer with the -gui=0 argument:
    vraystd_adv_6xxxx_linux_x64_clang-gcc-6.3 -gui=0
     
  2. 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.
     
  3. You can now use this file to configure your silent install on other machines. To do that run the installer with the following arguments:
    vraystd_adv_6xxxx_linux_x64_clang-gcc-6.3 -configFile="config.xml" -gui=0 -quiet=1 -ignoreErrors=1

...