BrandIcon (Standard 8 Module Reference)

7/8/2014

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

This setting contains a string with a maximum length of 1024 characters that specifies the path to a graphic file representing a theme that displays in Control Panel.

The icon graphic must be a .png file that is no larger than 240x80 pixels. This setting can be empty

Themes enable users to customize elements of the Windows Embedded 8 Standard (Standard 8) visual style, including elements such as the desktop, background, and screen saver.

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

Shell-Setup

Products/Embedded Core/Shell-Setup/Themes/BrandIcon

XML Example

The following XML example shows how to set a customized icon to represent a theme.

<Themes>
      <ThemeName>Fabrikam Theme</ThemeName>
      <DesktopBackground>%WINDIR%\web\wallpaper\fabrikam.jpg</DesktopBackground>
      <BrandIcon>%programfiles%\Fabrikam\fabrikam-logo.png</BrandIcon>
</Themes>

See Also

Concepts

Embedded Core Settings