Logo specifies the path to the .bmp file of the manufacturer's logo. This logo appears in the Performance Information and Tools Control Panel.

Values

Path_to_logo

Specifies the path to the manufacturer's logo. The logo must be located on the destination computer, and it must be a .bmp file. Path_to_logo is a string that has a maximum length of 259 characters.

Note
The logo must be in 32-bit color. Logos that are larger than 120x120 pixels are scaled to 120x120.

This string type supports empty elements.

Valid Configuration Passes

auditUser

generalize

offlineServicing

oobeSystem

specialize

Parent Hierarchy

Applies To

For a list of the Windows® editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.

XML Example

The following example shows how to set OEM information.

  Copy Code
<OEMInformation>
   <HelpCustomized>false</HelpCustomized>
   <Manufacturer>OEM name</Manufacturer>
   <Model>model name</Model>
   <Logo>C:\Windows\OEM\Logo.bmp</Logo>
   <SupportHours>hours</SupportHours>
   <SupportPhone>123-456-7890</SupportPhone>
   <SupportURL>http://www.contoso.com</SupportURL>
</OEMInformation>

See Also

Concepts

OEMInformation