Share via


Logo (Standard 8 Module Reference)

7/8/2014

Review the applicable Embedded Core modules and any examples for the Logo setting in Windows Embedded 8 Standard (Standard 8).

This setting contains a string with a maximum length of 259 characters that specifies a path on the destination device to the image file for the logo of the device manufacturer. Depending on what module you apply this setting to, the path to the image file and the location in the UI where the logo appears will be different.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

Setting Description

Performance Monitoring

Features/Diagnostics, Feedback and Maintenance/Performance Monitoring/WindowsExperienceIndexOemInfo/Logo

The logo that appears in the OEMbranding item of the main Performance page in Control Panel. The logo must be a bitmap (.bmp) file that is no larger than 130 x 50 pixels.

HelpAndSupport

Products/Embedded Core/HelpAndSupport/HelpAndSupport/Logo

The logo that appears on the Help and Support window. The logo must be a .png file that has the dimensions of 145 x 80 pixels.

When used with the LogoURL setting, the user can click on the logo to open the support webpage specified in LogoURL.

Shell-Setup

Products/Embedded Core/Shell-Setup/OEMInformation/Logo

The logo that appears in the Performance Information and Tools item in Control Panel. The logo must be a bitmap (.bmp) file in 32-bit color. Logos larger than 120 x 120 pixels are scaled to 120 x 120.

XML Example

This section shows XML examples for configuring Logo.

Help and Support Window

The following example shows how to display the logo on the Help and Support window. The support webpage opens when the user clicks the logo.

<HelpAndSupport>
  <Logo>C:\Fabrikam\Logos\Logo.png</Logo>
  <LogoURL>http://www.fabrikam.com/support</LogoURL>
  <Manufacturer>Fabrikam</Manufacturer>
</HelpAndSupport>

Performance Information and Tools

The following example shows how to display the logo in the Performance Information and Tools item item in Control Panel.

<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>

OEM Branding

The following example shows how to display the logo in the OEMbranding item of the main Performance page in Control Panel.

<Logo>C:\windows\performance\winsat\fabrikam_logo.bmp</Logo>

See Also

Concepts

Embedded Core Settings
Feature Module Settings