Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
FEATURE Feature_Name
\{
VENDOR = XYZ
...
COUNT = 5
...
\}

When the COUNT keyword exists in the license file, the license is intended for use on a license server; otherwise, the license is considered to be local and can be used directly with the protected application. The example above indicates that there are 5 network licenses for the application.

The following is an example of a local license file (the actual key has been abbreviated):

No Format
FEATURE f1
\{
VENDOR = XFORMATION
VERSION = 1.5
END = 2008-01-01
KEY = F2DNR9K...
\}

The following is an example of a network license file (the actual key has been abbreviated):

No Format
FEATURE f1
\{
VENDOR = XFORMATION
VERSION = 1.5
END = 2008-01-01
KEY = F2DNR9K...
COUNT = 12
\}

The license file path may be set in the license server configuration file. See License Server Configuration file for more information about specifying the license sever path.

...