Versions Compared

Key

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

...

Code Block
<DefValues>
	<Value Name="INSTALL_TYPE" UseOld="1" DataType="value">0</Value>
	<Value Name="MAYAROOT" DataType="value">C:\Program Files\Autodesk\Maya20xx</Value>
	<Value Name="PLUGINS" DataType="value">C:\Program Files\Chaos Group\V-Ray\Maya 20xx for x64\maya_vray</Value>
	<Value Name="OPEN_CHANGELOG" DataType="value">0</Value>
	<Value Name="REMOTE_LICENSE" UseOld="1" DataType="value">0</Value>
	<Value Name="REGISTER_RENDERSERVER_SERVICE" UseOld="1" DataType="value">0</Value>
</DefValues>

Below is a description of the variables of the installer:

...

 

 

Specifies whether or not to open the Change Log once the installation is complete

0 - does not open the Change Log.

1 - opens the Change Log.

Specifies the root Maya folder.

PLUGINS

Specifies the plugins folder for Maya

INSTALL_TYPE

Specifies the installation type:

0 - Full

1 - Standalone only

For a complete description of each installation type refer to the Installation section.

 
REGISTER_RENDERSERVER_SERVICE

Specifies whether or not to register the V-Ray Standalone render server as a service.

0 - Does not register the V-Ray Standalone render server

1 - Registers the V-Ray Standalone render server

OPEN_CHANGELOG
 
STDROOT

Specifies the destination folder for IPR files.

REMOTE_LICENSE

 

Specifies whether the V-Ray license server runs locally or on another machine.

0 - the license server runs locally on the same machine.

1 - the server is on a different machine in the network.

...