| Unit RegisterApp |
| Classes |
| Functions |
Register -
| Types |
| Constants |
| Variables |
| Functions |
| Types |
TAppInfo = recordThis used for programs that are installed with InstallShield } { InstallShield leaves Username, Companyname and Serial at } { HKEY_LOCAL_MACHINE\SOFTWARE\ } { (company)\ } { (AppName)\ } { (Version)\ } { the variables are Name, Company, Serial } { } { Programmed by Jack Bakker jaybee01@geocities.com
User : shortstring;
Company : shortstring;
Serial : shortstring;
end;
| Constants |
| Variables |