Replacing the Local UI Logo
A new element must be added to the registry to replace the local UI logo with your own. The following table shows the elements that are available to add.
Value | Type | Description | Example |
---|---|---|---|
ElementID | Key | Unique name for this element | OEMLocalUILogoExample |
Container | String | Name of the container for this element. This should always be OEMLocalUILogo. | OEMLocalUILogo |
Source | String | Name of resource DLL | Not used |
CaptionRID | String | Caption resource identifier | Not used |
DescriptionRID | String | Description resource identifier | Not used |
URL | String | Relative path to file from the local UI root directory | Not used |
ElementGraphic | String | Relative path to file from the local UI root directory | ImageDir\Oem_Logo.gif |
Merit | Dword | Integer indicating sort order in container. Integer should be less than 300 to replace the default logo. This should define the local UI directory, which is %System32%\ServerAppliance\LocalUI. | 298 |
IsEmbedded | Dword | Always 0 | Not used |
Only the Container, ElementGraphic, and Merit fields are used.
- Container
This must be OEMLocalUILogo. - ElementGraphic
The path to the file containing the logo. - Merit
The logo in the element with the smallest merit value in the container will be displayed.