first of all: NSIS is great!!
I have a (really newbie) question: after having written something in the windows registry with NSIS (for example using
what should I use from the program itself to read it (C++)?WriteRegStr HKCU "Software\MyProgram" "InstallDir" $INSTDIR
I have tried various combinations of RegOpenKeyEx.... with no luck 😢
Thank you!
lbc