VWorks software calls the
ExportXML method to notify the plugin that the user is exporting a profile.
VWorks software automatically includes the following data in the export file:
All registry keys located in the path HKEY_LOCAL_MACHINE\Velocity11\<RegistryName>\<ProfileName>
By implementing the ExportXML method, the plugin can tell
VWorks software to include additional profile data from registry locations, external files, or both in the export file.
The value of the file attribute for the
Velocity11 element is the name of the device whose profile is being exported. See
“Velocity11 element” .
The settings XML block contains the settings element and all its children. This XML block specifies additional registry settings to be included in the export file for the specified profile.
The settings element contains one or more
setting elements.
Each setting element specifies the folder path of a registry and the action to take. This element has the following attributes:
The files XML block contains the files element and all its children. This XML block specifies the external files to be included in the export file for the specified profile.
The files element contains one or more
file elements.
Each file element specifies the name and location of an external file and the action to take. This element has the following attributes:
The following sample code is a settings XML block that is returned to VWorks software by the plugin as a string in the
ExportInfo parameter of the
ExportXML method. The code, which is returned by a
Stacker, tells
VWorks software to include the following data in the export file for the specified profile: the information contained in the Windows registry key located in the
Stacker\settings\ folder.
The following sample code is a files XML block that is returned to VWorks software by the plugin as a string in the
ExportInfo parameter of the
ExportXML method. The code, which is returned by a KiNEDx Robot, tells
VWorks software to include three external files in the export file for the specified profile. The files are located in the
C:\Program Files (x86)\Peak KiNEDx Robot Control DLL\ folder.