4 out of 8 rated this helpful - Rate this topic

Windows Setup Edition Configuration and Product ID Files (EI.cfg and PID.txt)

Published: February 29, 2012

Updated: May 31, 2012

Applies To: Windows 8, Windows Server 2012

The edition configuration (EI.cfg) file and the product ID (PID.txt) file are optional configuration files that you can use to specify the Windows® product key and the Windows edition during Windows installation. You can use these files to automate the product-key entry page in Windows Setup instead of using an answer file. If you use an EI.cfg file to differentiate volume license media, but you do not include a PID.txt file, the user receives a prompt for a product key to continue Windows Setup.

You can reuse the product key in the product ID file for multiple installations. The product key in the product ID file is only used to install Windows. This key is not used to activate Windows. For more information, see Work with Product Keys and Activation.

An answer file takes precedence over these files. If you use an answer file during installation, Windows Setup ignores the EI.cfg and PID.txt files. These files are located on the product media in the \Sources folder.

The EI.cfg file specifies the values for the edition ID, the channel, and the volume license.

The EI.cfg file has the following format:


[EditionID]
{Edition ID}
[Channel]
{Channel Type}
[VL]
{Volume License}

where {Edition ID} must be a valid Windows edition ID; {Channel Type} must be either "OEM" or "Retail"; and {Volume License} must be either 1, if this is a volume license, or 0, if this is not a volume license. For example:


[EditionID]
SKU
[Channel]
OEM
[VL]
0

To obtain the current EditionID, use the Dism /Get-ImageInfo command or the Dism /Get-CurrentEdition command. For more information, see How to Take Inventory of an Image or Component and Windows Edition-Servicing Command-Line Options.

The PID.txt file contains the product key for the edition of Windows that you are installing.

The PID.txt file has the following format:

[PID]
Value=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

where XXXXX-XXXXX-XXXXX-XXXXX-XXXXX is the product key.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.