Hello!
Sorry for my English.
I'm trying to read from registry:
The "Enterprise" value is part of "CompositionEditionID" key (see screenshot in attach).
It's a bug?
I use NSIS 3.08.
Thank you!
Sorry for my English.
I'm trying to read from registry:
In $R0 I get value: "Enterprise", but real value in "EditionID" is "Professional"!code:
ReadRegStr $R0 HKLM "SOFTWARE\Microsoft\Windows NT\CurrentVersion" "EditionID"
The "Enterprise" value is part of "CompositionEditionID" key (see screenshot in attach).
It's a bug?
I use NSIS 3.08.
Thank you!
Comment