regop annotation tag

1 minute readReference

Synopsis

Describes a single registry operation performed by the job. This element is only present if the annotation detail includes registry, and is only available if the build was run on Windows.

Attributes

data

For setvalue operations, the new content of the value.

datatype

For setvalue registry operations, the type of the value. One of (see MSDN for definitions):

  • none

  • sz

  • expandsz

  • binary

  • dword

  • dwordbe

  • link

  • multisz

  • resourcelist

  • resourcedesc

  • resourcereqs

  • qword

key

Path to the key involved in the operation.

type

Type of registry operation; one of:

  • createkey: the job created a new registry key.

  • deletekey: the job removed a registry key.

  • setvalue: the job created or changed the value of a registry value.

  • deletevalue: the job removed a registry value.

  • lookupkey: the job checked for the existence of a registry key.

value

For setvalue and deletevalue operations, the name of the value affected.

Contents

None.