C# / .NET :: Reading from registry as user on Vista / win 7
- by Bugz R us
I'm storing a value in the registry with the first install date of my program.
When I try to read this value as a USER (non-admmin) on Vista or Win 7, i get an error saying I don't have enough rights to read the registry ??
How can I read registry as a user, or how should I save my install date?