3.1.4.85.3.7 ExportFileData

Contains files required for all updates.

  
 <xsd:complexType name="ExportFileData">
   <xsd:sequence>
     <xsd:element minOccurs="0" maxOccurs="1" name="Digest" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="Name" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="ContentPath" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="MUUrl" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="DecryptionKey" nillable="true" type="xsd:string"/>
   </xsd:sequence>
 </xsd:complexType>

Digest: This field MUST be present. It contains the file digest.

Name: This field MUST be present. It specifies the file name.

ContentPath: This field MUST be present. It contains the file content path on the export machine.

MUUrl: This field MUST be present. It contains the Microsoft Update (MU) URL for the file.

DecryptionKey: If the file is encrypted, this field MUST be present. It contains the decryption data required by client machines to successfully install encrypted files.