Eduction Licenses in edktool

The edktool command-line options have a -l <licensefile> option to allow you to provide your license key and version key.

You can provide these files in one of the following ways:

  • Concatenate the license key and version key with a semicolon (;), in a single file. For example, if your licensekey is ABC123 and the versionkey is XYZ999, the final license value is ABC123;XYZ999. Provide the location of the combined licensekey.dat file in the -l option.

  • Copy the versionkey.dat file to the same directory as the licensekey.dat file that you provide in the -l option.

  • Copy the versionkey.dat file to the same directory as the edktool process.