Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reg-key class
Message
 
À
20/03/1998 14:45:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
Divers
Thread ID:
00084992
Message ID:
00086456
Vues:
35
>>I've worked with it when I've need to cull out registry keys when an application fails to remove them in its uninstall process. No, I haven't studied it much beyond that -- I just presumed it was alot of what the .INI files used to be.
>
>And did you say you like living dangerously? ;)
>
>Neverminding my humor, it's far too easy to delete or alter a Registry key accidentally, which can make you machine inoperative.
>
>>Also, maybe I haven't made the connection yet between registration keys and the Registry. I'm guessing that certain aspects of my application that I wish to parameterize (number of messages per month, for example), are actually encoded into the registry via registration keys. If this is the case, what do I use to help establish the code?
>
>I'm going to be a bit sloppy about this, so bear with me.
>
>As application programmers, we are usually concerened with what's called the application key. In most Windows apps, an application key is established under
>
>[HKEY_LOCAL_MACHINE]/Software/Companyname/Productname
>
>
>(note that the structure beyond that seems to be option of the manufacturer). At this point, a given key may be either a variable with a value, or may have more keys in it, or both. As programmers, we may use the Windows API to store and retrieve values into this structure.
>
>Note that writers of ActiveX objects and other parts of the operating system will be concerned with other parts of the Registry.
>
>Is that any help?

Yes, I believe so. What application can I use to help generate the registration keys, as well as incorporate the "unlock" mechanism within the Setup application, so that only the valid registration keys get generated into the Registry?

Also, for multi-operator applications, is it a safe presumption that everyone uses the same registration key when they install the application on their workstations? If that is the case, do you have a recommendation on the best way to "upgrade" an application deployed across a network? (For example, if the original installation was to process only 1500 messages a month across 15 workstations, and the company bought an upgrade so that it can process 4500 messages a month.)

Thanks!

Ed
Edward Johnson
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform