SetRegisterLicTransfer
This command enables the license transfer option from PC A to PC B. If this command is not used, the license cannot be transferred at a later point of time.
It must be used before the command PrepareAndCheck
You can transfer only a single module or a complete license file including all modules. The license transfer needs an online connection to the Activation Server and is therefore only available, if the product activation method was online.
Name |
SetRegisterLicTransfer |
||||||||||||||||
Purpose |
Adds the information on the Activation Server which is needed for a license transfer |
||||||||||||||||
Params |
|
||||||||||||||||
Returncode |
|
||||||||||||||||
Sample |
iRes := lic.SetRegisterLicTransfer(true, ‘default’, ‘this is like a password string’); if iRes = 0 then begin << command successful >> ... end
else begin << other errors >>> ...
|
||||||||||||||||
See also |