DownloadLic
This command allows you to download a complete license file (including all hidden information) from the Activation Server. It can be uploaded with the command UploadLic.
This command requires a license file which was opened using one of the Prepare commands.
Name |
DownloadLic |
||||||||||||||||||||||||||||
Purpose |
Downloads the license file from to the Activation Server. A unique ID is necessary to store the license file on the Activation Server. If the ID already exists, the data is overwritten. |
||||||||||||||||||||||||||||
Params |
|
||||||||||||||||||||||||||||
Returncode |
|
||||||||||||||||||||||||||||
Usage |
Used to download a complete license file or only modifications. The license file can be edited on the Activation Server and the file has first to be uploaded using the command UploadLic. |
||||||||||||||||||||||||||||
Sample |
iRes := lic.DownloadLic(‘’, ‘QHD001’, ‘IV0078’, ‘Default’, ‘mypassword76R§",true);
if iRes = 0 then begin << Licence successfully downloaded >> ... end else if iRes = 3001 then begin << Activation Server could not be reached, please check connection >> ... end else begin << other errors >>> ...
|
||||||||||||||||||||||||||||
See also |
UploadLic, WebRegisterEXT |
• | User or PC names stored in the license file, are not downloaded. This is to ensure that the file can be downloaded on a new PC |
• | The hardware ID of the PC, which uploaded the file, is replaced with the hardware ID of the PC, which downloads the file |
Example
• | PC A has copy protection turned on with code 2 = 170D9F7C |
• | PC B downloads the file. Copy protection code 2 is turned on but with the hardware ID of PC B = 180A9B6A |