AdvRegistry Component (Set Method)

Back
Branch Required. The name of the registry branch containing the key or value to be set
Type Optional. The type of data you want to set:
  • String -- Set a string value (default).
  • DWORD -- Set a DWORD value.
  • Key -- Create a key
Entry Optional. The key or value to be set
Value Optional. If you omit this attribute, AdvRegistry creates default value data, as follows:

  • String -- Default value is an emptystring: ""
  • DWORD -- Default value is 0 (zero)