RVMOptions Properties |
The RVMOptions type exposes the following members.
Name | Description | |
---|---|---|
DisableAutoUpdates |
Updates are not checked for or downloaded.
| |
DoNotLaunch |
Perform all of the startup sequence steps but do not launch the app (ideal for silent installs).
| |
InstallDirectory |
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.
| |
NoUI |
Suppress all of the visuals in the RVM. This includes progress dialog, error report dialog, message boxes.
| |
WorkingDirectory |
Specifies the working directory the RVM will use to access and download Runtime files. If none is specified,
the RVM InstallDirectory will be used.
|