It depends on the access level of the user who is logged in when the thing
is "run".
--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
"Jan" <(E-Mail Removed)> wrote in message
news:d7ni8s$aos$(E-Mail Removed)...
> Hi
>
>
>
> I am in the process of updating an old app so that it can be used on
> networks. The original app is a 'try before you buy' style app that allows
> the user 21 days of full functionality before requiring to be licensed.
This
> was achieved by reading/writing to keys in the registry. However, several
> people have suggested that the app will not be able to write to just any
> keys as the network OS would prevent it.
>
>
>
> Would I be able to write to any of these?
> HKEY_LOCAL_MACHINE\software\Licenses*\<myGUId>\<pr oduct name>
> or
> HKEY_CURRENT_USER\software\<product name>*\<myGUId>\
> or
> HKEY_LOCAL_MACHINE\software\<product name>*\<myGUId>\
>
> Or is somewhere else best?
>
> J
>
>