Versions Compared

Key

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

...

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

  2. Copy the .app file to a location with write permissions.  
  3. Using the cd command navigate inside the .app file and go to vray_adv_60000_maya20xx_mavericks_x64.app/Contents/MacOs

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

  5. You will be 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 vray_adv_6xxxx_maya20xx_mavericks_x64.app.

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

...