Transfers a licence from PC A to PC B using EasyGo screens. This function requires the Activation Server 6.
•All screens, which handle the license transfer including error situations can be found here
•Implement license transfer - chapter Transfer a license from PC A to PC B
•Requires SetRegisterLicTransfer to define additional settings if a complete license file should be moved
Name |
TransferLicence |
||||||||||||||||
Purpose |
Transfers a license. Requires Activation Server 6 |
||||||||||||||||
Params |
|
||||||||||||||||
Returncode |
|
||||||||||||||||
Usage |
Used to validate the license. |
||||||||||||||||
Sample |
iRes := lic.TransferLicence(‘’, ‘QHD001’, ‘yuGEI-5EPc3-9E7Il-3tI8X-7QU5k-6h14R’,true, true); if iRes = 0 then begin << license transfer successful >> ... end
<< other errors >>> ...
|
||||||||||||||||
See also |