The registry settings for a registry requirement.



Key Name

The name of the registry key to locate. This must start with HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER.


Value Name

The name of the value to locate, if empty the (Default) value is used.


Value Exists

The registry requirement ensures only that the registry value exists.


REG_DWORD value between

The registry requirement ensures that the registry value is a REG_DWORD (integer) value between the specified values inclusively.


REG_SZ value that matches the following regular expression

The registry requirement ensures that the registry value is a REG_SZ (string) value that matches the specified regular expression.