Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Do visual OCX require a VCX too?
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01147301
Message ID:
01153592
Views:
24
Hi Terry,

>Does ISE offer a create registry key because permissions are more liberal during an install than during runtime.

Absolutely. On my machine your application would probably fail, because no code can write to the HKLM branch of the registry. You can read most information, but then you need to mask a security mask that only request read permissions.

> that would defeat the purpose since the desire is to prevent the prospect from acquiring an additional evaluation without permission (go around a previous installation marker).

If the application needs to write to the registry, you can either use the current user branch instead of local machine, or only administrators and power users can use the application. In this case, you should add a check if the user has sufficient prrivileges.
--
Christof
Previous
Reply
Map
View

Click here to load this message in the networking platform