J
Jan
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>\<product name>
or
HKEY_CURRENT_USER\software\<product name>\<myGUId>\
or
HKEY_LOCAL_MACHINE\software\<product name>\<myGUId>\
Or is somewhere else best?
J
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>\<product name>
or
HKEY_CURRENT_USER\software\<product name>\<myGUId>\
or
HKEY_LOCAL_MACHINE\software\<product name>\<myGUId>\
Or is somewhere else best?
J