The Win32 Registry String Comparison Wizard Bean Condition is a wizard bean condition that compares a Win32 Registry value to a specified string value specified in the compareText property. This bean works with Win32 Registry values of various types by converting the value into a string, then comparing it to the compareText property. The table below documents how values are converted to strings.

Note: This condition will never pass on non-Win32 machines.

Type Conversion
String No conversion required.
Dword The 32-bit value is written to a string using a signed, decimal format.
Binary Each byte of the binary value is written to a string as a hexadecimal number. Bytes are separated by commas. For example "a, 0, 5, 3e".
Multi-string Strings are separated by line separators.