This is version 1.1 of TRegisterApp

This component was meant to provide shareware functionality fo my own applications with a username based serialnumber.
The input necessary is provide by InstallShield Express. When you build an installation you can ask for a UserName, Company and Serialnumber. These values are stored in the registry under:

HKEY_LOCALMACHINE\Software\<your company>\<your appname>\<version>\
User
Company
Serial

I used the username for registration and the companyname for license-info.

See the helpfile for more info.

The component comes with a kwf-file that can be used to register the helpfile with Delphi. Also a short application comes with the package for generating serialnumbers and demo-purposes.

Version history:

1.0 Initial revision
1.1 bugfix, added User property and removed unwanted declarations

e-mail: quality-cons@freeyellow.com

Jack Bakker