Announcement

Collapse
No announcement yet.

Read EditionID from Registry problem

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

  • Read EditionID from Registry problem

    Hello!

    Sorry for my English.
    I'm trying to read from registry:

    code:

    ReadRegStr $R0 HKLM "SOFTWARE\Microsoft\Windows NT\CurrentVersion" "EditionID"

    In $R0 I get value: "Enterprise", but real value in "EditionID" is "Professional"!
    The "Enterprise" value is part of "CompositionEditionID" key (see screenshot in attach).
    It's a bug?

    I use NSIS 3.08.

    Thank you!
    Attached Files

  • #2
    SetRegView 64?

    Process Monitor?
    IntOp $PostCount $PostCount + 1

    Comment


    • #3
      SetRegView 64?
      Thank you! It turned out that Windows has differences in WOW6432NODE CurrentVersion (what a mess). ))

      Comment

      Working...
      X