Hi,
I have a product whose license key i distribute to those users who purchased the full version,
this key i write in the registry. But some of the users having windows vista are facing problem
that the key is not saved in the registry .
I am using the ModifyRegistry class from the below link:
http://www.codeproject.com/KB/system/modifyregistry.aspx
Regards
Neha
Loading
Kirtan PatelPosted Feb 19, 2010, 6:58 AM
In Vista there is Security Feature that's why your application is not able to Modify Registry
You need to Run your Application Exe by right Click >> Run as Administrator after that your application can modify registry ..