|
||
Name |
ResetLocalRunNo |
||||||||
Purpose |
Sets the local Run Number. The token in the Windows Registry is updated or even created. |
||||||||
Params |
|
||||||||
Returncode |
|
||||||||
Usage |
Set the local Run Number. Can be used in combination with Tamper Detection Mode manually after a successful WegRegister call. |
||||||||
Sample |
iRes := lic.ResetLocalRunNo(0); 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.