Logo specifies the path of an image file that contains the logo of the Original Equipment Manufacturer (OEM) or organization that appears on the Help and Support home page.

The logo must be a .png file that has dimensions of 145 × 80 pixels.

Values

<Path>

Specifies the path of the image file that contains the logo file. <Path> is a string.

Valid Configuration Passes

oobeSystem

specialize

Parent Hierarchy

Applies To

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

XML Example

The following example shows how to set a customized Help and Support home page. The Help and Support home page displays the logo from the %systemdrive%:\Fabrikam\Logos\Logo.png file.

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

See Also