Versions Compared

Key

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

...

A silent installation allows you to complete V-Ray installation without user input during the process using a predefined set of options. To set up a silent installation follow the instructions below.

 

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
titleMac OS X

 

  1. Navigate to the location of the downloaded .dmg file. Mount it by double-clicking on it. Inside you can find a .app file.
     
  2. Inside Terminal, using
  3. In the terminal, navigate to the location where you have extracted the vraystd_adv_6xxxx_mavericks_x64_gcc-4.2-cpp.app file.
     
  4. Using the cd command, navigate inside the .app file and go to vraystd_adv_6xxxx_mavericks_x64_gcc-4.2-cpp.app/Contents/MacOS/.
     
  5. In the terminal enter:
    ./vraystd_adv_6xxxx_mavericks_x64_gcc-4.2-cpp -gui=0
     
  6. You will be are then prompted for your password – enter it.
     
  7. Follow the instructions of the installer and setup the installation in the way you want it to be installed on all machines. A file named config.xml is created in the folder of the .app file.
     
  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:
    ./vraystd_adv_6xxxx_mavericks_x64_gcc-4.2-cpp -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

...