|
||
Name |
ResetGlobalRunNo |
||||||||||||
Purpose |
Sets the Run Number in the license file and therefore resets the whole installation. |
||||||||||||
Params |
|
||||||||||||
Returncode |
|
||||||||||||
Usage |
Set the Run Number in the license file and allows all installations that use this license file to be locally reset during the defined amount of days. Can be used to allow a reinstallation. |
||||||||||||
Sample |
iRes := lic.ResetGlobalRunNo(0, 5); if iRes <> 0 then begin << an error occurred >> ... end else begin << everything is fine, continue >> ... |
||||||||||||
See also |
TamperDetection, licenseTampered, RemoveLocalRunNo, ResetGlobalRunNo |
You have to disable the license testing first (StopConcurrentUsage) before you use this command.