Click or drag to resize

RVMOptions Properties

The RVMOptions type exposes the following members.

Properties
  NameDescription
Public propertyDisableAutoUpdates
Updates are not checked for or downloaded.
Public propertyDoNotLaunch
Perform all of the startup sequence steps but do not launch the app (ideal for silent installs).
Public propertyInstallDirectory
Specifies to the adapter where the RVM should be located on the local system. If RVM cannot be found it will automatically be downloaded based on the current runtime assets path.
Public propertyNoUI
Suppress all of the visuals in the RVM. This includes progress dialog, error report dialog, message boxes.
Public propertyWorkingDirectory
Specifies the working directory the RVM will use to access and download Runtime files. If none is specified, the RVM InstallDirectory will be used.
Top
See Also