The Win32 Registry Dword Comparison Wizard Bean Condition is a wizard bean condition that compares a numeric Win32 Registry value to a specified number. The developer can choose the comparison operator to use. When evaluating the condition, the Registry value is on the left-hand side of the operation and the compareValue property is on the right-hand side. For example, if the operation is "Less Than" and the compareValue is 500, this condition will test whether the specified Registry value is less than 500.
The specified registry value must have a DWORD type in the registry. If it is any other type, this condition will evaluate to false.
Note: This condition will never pass on non-Win32 machines.