Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Registration of a software.
Message
De
17/02/2001 00:54:54
 
 
À
17/02/2001 00:34:51
Rahul Murarka
Sys-Con Engineering
Kolkata, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00476957
Message ID:
00476963
Vues:
33
>Dear Sir,
>
>I have developed a software. And now I need some advise how to add code to my projesct so that in installation time user enters a Serial number his name, company Name to register it and then from next time that part do not comes when he runs the programme. You all must have got my point. Plus his information can be displayed in about window.
>

You'll need to write the necessary functionality for yourself; it is not something built into VFP. If you're using Setup Wizard to generate your install, the Post Setup Executable provides a hook where you could launch an executable you wrote yourself to do the necessary registration recording, which you would then check during your application's startup. Alternatively, you could simply add code to your application to check and run the registration code if it does not find valid registration information. IAC, it's up to you to write the code for the job, and to record the information soimewhere that can be found later by your program; often, this type of data is stored in the registry.

VSI does not provide a Post Setup Executable hook; it's a transactional installer, so it doesn't let you add anything that it doesn't automatically know how to reverse out.

Several third-party installers such as InstallShield and Wise provide for customized registration dialogs in their install process; you might consider buying one that will meet your needs. If you don't use an installer, this is one thing that many commercial products offer that are not available in the free products.

>
>Please advise.
>
>Thanks in advance
>
>Rahul
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform