A CIL file is an XML file created when a user saves or exports data from the Volume Activation Management Tool (VAMT). The following table lists all tags contained in a complete CIL file. Selecting the Export only Installation ID and Product ID option in the Save List As dialog box excludes all Personally Identifiable Information (PII) from the CIL. The column on the right in the table indicates the fields that are excluded from the CIL file only when the Export only Installation ID and Product ID option is selected from the Save List As dialog box from the context-sensitive Actions menu.
Following this table are two sample CIL files. Both represent the same client products. The first sample shows a complete CIL file; the second sample shows the contents of the same CIL file when it has been saved with the Export only Installation ID and Product ID option selected.
Name | Definition | Excluded During Secure Export |
---|---|---|
SoftwareLicensingData |
Parent XML tag that includes all data in the CIL file. |
|
SoftwareLicensingData: Version |
The version number of the CIL format used. |
|
Computers |
Parent XML tag that includes the list of all computers. |
|
Computer: Name |
Name of computer. |
X |
Computer: OSVersion |
Operating System Version. |
X |
Computer: OSEdition |
Operating System Edition. |
X |
Computer: NetworkType |
The network type of the computer (either domain or workgroup) |
X (Value will be “None”) |
Computer: NetworkName |
Domain or workgroup name. |
X |
Computer: Id |
Unique ID that represents a computer assigned by the VAMT. |
|
MacAddresses |
Parent XML tag that includes the list of MAC addresses. |
X |
MacAddress |
Computer Network MAC Address. |
X |
Products |
Parent XML tag that includes the list of products. |
|
Product |
Parent XML tag that includes all information for an installed product. |
|
Sku: Id |
GUID that identifies the channel and edition of the product. |
|
Sku: Name |
Name of the product. |
|
Sku: ApplicationId |
GUID that identifies the license application ID. |
|
Sku: Description |
Channel and edition information of the product. |
X |
LicenseInfo: LicenseStatus |
The licensing status of the product. |
X (Value will be “None”) |
LicenseInfo: LicenseStatusReason |
Result code of that last action that the VAMT has performed for this product. |
|
LicenseInfo: GracePeriodRemaining |
The remaining grace period, in minutes. |
X (Value will be “None”) |
LicenseInfo: GenuineStatus |
The status returned after validation. |
X (Value will be “None”) |
LicenseInfo: TokenEnabled |
Reserved;set to 0 |
|
LicenseInfo: LicenseIsAddon |
Indicates if the product has an add-on license. |
|
Version |
The version of the product. |
X |
PartialProductKey |
Last five characters of the installed product key. Returns null if a product key is not installed. |
X |
ProductKeyId |
Digital representation of the 25-character product key for the installed product. |
|
KeyType |
The type of the product key. |
|
InstallationId |
The Installation ID (IID) retrieved when a retail product key, a KMS host product key, a MAK, or a certain type of OEM product key is installed for a product. |
|
ConfirmationID |
The Confirmation ID (CID) pending installation for a given product. |
X |
LastErrorCode |
The error code of the last action performed on a product. |
X |
LastActionState |
The status of the last action performed on a product |
X |
LastUpdateTime |
Time when the last action was performed for a product. |
|
ProductKeys |
Parent XML tag that includes the list of product keys. |
X |
ProductKey: Value |
The 25-character product key. |
X |
ProductKey: Description |
The description of the 25-character product key, as defined by Microsoft. |
X |
ProductKey: RemainingActivationCount |
The remaining activation count for the 25-character product key returned by the Microsoft online activation server. |
X |
ProductKey: SupportedEditions |
The supported editions for this 25-character product key. |
X |
ProductKey: Type |
The type of 25-character product key. |
X |
ProductKey: Id |
Digital representation of the 25-character product key. |
X |
ProductKey: Remarks |
The remarks on this 25-character product key entered by the user. |
X |
Sample of a complete CIL file
<?xml version="1.0" encoding="utf-8"?> <SoftwareLicensingData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="2.0"> <Computers> <Computer Name="TESTMACHINE1" OSVersion="6.0.6000" OSEdition="Windows Vista® Enterprise" NetworkType="Domain" NetworkName="mydomain.mycompany.com" Id="f62acc32-96ea-4a2e-b236-8cb7cf831343"> <MacAddresses> <MacAddress>00:0F:FE:67:C5:62</MacAddress> </MacAddresses> <Products> <Product> <Sku Id="cfd8ff08-c0d7-452b-9f60-ef5c70c32094" Name="Windows(TM) Vista, Enterprise edition" ApplicationId="55c92734-d682-4d71-983e-d6ec3f16059f" Description="Windows Operating System - Vista, VOLUME_KMSCLIENT channel" /> <LicenseInfo LicenseStatus="Licensed" LicenseStatusReason="0" GracePeriodRemaining="256591" GenuineStatus="Unknown" TokenEnabled="false" LicenseIsAddon="false" /> <Version>6.0.6000.16509</Version> <PartialProductKey>4BWMV</PartialProductKey> <ProductKeyId>89579-00142-236-020020-03-1033-6000.0000-2152000</ProductKeyId> <KeyType>Gvlk</KeyType> <InstallationId>020880618276250181006721740060897855714444420483060546</InstallationId> <ConfirmationId /> <LastErrorCode>0</LastErrorCode> <LastActionState>Successfully updated the product information.</LastActionState> <LastUpdateTime>2009-08-05T12:01:03.4213102-07:00</LastUpdateTime> </Product> </Products> </Computer> </Computers> <ProductKeys> <ProductKey Value="AAAAA-BBBBB-CCCCC-DDDDD-EEEEE" Description="Beta_MAK" RemainingActivationCount="-1" SupportedEditions="Beta_VL" Type="Mak" Id="12345-00140-789-000013-03-1033-6000.0000-2172000" Remarks="VAMTMAK" /> </ProductKeys> </SoftwareLicensingData>
Sample of the CIL file generated with the "Export only Installation ID and Product ID" option selected
<?xml version="1.0" encoding="utf-8"?> <SoftwareLicensingData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="2.0"> <Computers> <Computer Name="" OSVersion="" OSEdition="" NetworkType="None" NetworkName="" Id="f62acc32-96ea-4a2e-b236-8cb7cf831343"> <MacAddresses /> <Products> <Product> <Sku Id="cfd8ff08-c0d7-452b-9f60-ef5c70c32094" Name="Windows(TM) Vista, Enterprise edition" ApplicationId="55c92734-d682-4d71-983e-d6ec3f16059f" Description="" /> <LicenseInfo LicenseStatus="Unknown" LicenseStatusReason="0" GracePeriodRemaining="0" GenuineStatus="Unknown" TokenEnabled="false" LicenseIsAddon="false" /> <Version /> <PartialProductKey /> <ProductKeyId>89579-00142-236-020020-03-1033-6000.0000-2152000</ProductKeyId> <KeyType>Gvlk</KeyType> <InstallationId>020880618276250181006721740060897855714444420483060546</InstallationId> <ConfirmationId /> <LastErrorCode>0</LastErrorCode> <LastActionState /> <LastUpdateTime>0001-01-01T00:00:00</LastUpdateTime> </Product> </Products> </Computer> </Computers> </SoftwareLicensingData>