Announcement

Collapse
No announcement yet.

Registry Action question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Registry Action question

    Hi,

    When you use Registry.SetValue, and the value is a REG_DWORD, for the value does Setup Factory use the Hexadecimal value, or the Decimal value?

    For 10000, the hex value would be 2710.

    Thanks

  • #2
    You can use the format you prefer, or 10000, or 0x2710, the result is the same. REG_DWORD only defines the size of the value, not the base (decimal or hexa).

    Ulrich

    Comment

    Working...
    X