I wanna read this string from Nsis:
It suppose to read the name of the Windows installed... It works in
ReadRegStr $R6 HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion" "ProductName"
my machine Windows ME, because display in the output:
"Microsoft Windows ME".
My question is: does Win95/98 has the same reg path? and What about
NT/2000/XP?
Thanks 😛