Hi I have the registry structure like below
HKLM
SOFTWARE
MYAPP
VER1
VER2
VER3
like that list goes depending on how many patches I install on top of MYAPP. Now I want read VER1, VER2 … and I want to capture last VERX. How can read the subkeys under MYAPP and find out last subkey.
Answer – how to read registry keys (not values).
From NSIS Scripting Reference
4.9.2.5 EnumRegKey
In your case: