Versions Compared

Key

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

...

Code Block
languagebash
vray_adv_5200060000_maya20xx_x64.exe -gui=0 

...

Code Block
languagebash
vray_adv_5200060000_maya20xx_x64.exe -gui=0 -configFile="C:\config.xml" -quiet=1

...

If you do not specify the -quiet=1 option, the installer will ask for confirmation of each variable before proceeding.

macOS

...

 

  1. In the terminal navigate to the location where you have extracted the vray_adv_5200060000_maya20xx_mavericks_x64.app file

  2. Using the cd command navigate inside the .app file and go to vray_adv_5200060000_maya20xx_mavericks_x64.app/Contents/MacOs

  3. In the terminal enter: 
    ./run_installer -gui=0

  4. You will be prompted for your password – enter it.

  5. Follow the instructions of the installer and setup the installation in the way you want it to be installed on all machines.

  6. A file named config.xml is created in the folder of the .app file

  7. You can now install V-Ray on all machines by navigating to vray_adv_5200060000_maya20xx_mavericks_x64.app/Contents/MacOs and using the command:
    ./run_installer -configFile="config.xml" -gui=0 -quiet=1 -ignoreErrors=1

...

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

./vray_adv_5200060000_maya20xx_linux_x64 -gui=0

...

-configFile="config.xml" -gui=0 -quiet=1 -ignoreErrors=1

./vray_adv_5200060000_maya20xx_linux_x64 -configFile="config.xml" -gui=0 -quiet=1 -ignoreErrors=1

...