Logo
Logo
specifies the path to the .bmp file of the manufacturer logo. This logo appears in Control Panel.
Values
Note
Path_to_logo
This string type supports empty elements.
Valid Passes
Parent Hierarchy
Microsoft-Windows-Shell-Setup | OEMInformation | Logo
Applies To
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.
This setting is available to OEMs and system builders.
XML Example
The following XML output shows how to set OEM information.
<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>https://www.contoso.com</SupportURL>
</OEMInformation>