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 isABC123
and the versionkey isXYZ999
, the final license value isABC123;XYZ999
. Provide the location of the combinedlicensekey.dat
file in the-l
option. -
Copy the
versionkey.dat
file to the same directory as thelicensekey.dat
file that you provide in the-l
option. -
Copy the
versionkey.dat
file to the same directory as the edktool process.