You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

License Activation Center includes a command line utility, lacutil, that lets you activate and save a license to a file.

The only argument that is required for lacutil is the activation key. The HostID of the current machine will be used automatically, if the HostID is required. There is also an option to print out HostIDs of the machine and eventually specify them manually, which can let you activate a license locked to a different machine than the current one.

No files shared here yet.

lacutil history:

lacutil revision

C Library Revision

Release Date

Notes

1

3

2011-06-08

Initial release; considered production ready. End-user functionality provided. 

2

5

2011-11-30

Updated C Library and changed default output filename to contain activation key and date.

Example usage

Activate a license by specifying the activation key, with the HostID selected automatically from the current machine:
lacutil.exe -activate -act_key X34UT-0B2VE-1LAT9-Y3S45

Activate a license by specifying the activation key and a HostID list:
lacutil.exe -activate -act_key X34UT-0B2VE-1LAT9-Y3S45 -hostid ETHERNET=DABA9F60077CBD89,BIOS=Y2DVL2

Print out a HostID list for the current machine:
lacutil.exe -hostid

  • No labels