Adding a Resource to the Status or Shutdown Page
Add the Web element definitions for system resources under the HKLM\Software\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions registry key**.**
The following table shows the Web element defined for the chime resource.
Value | Type | Description | Example |
---|---|---|---|
ElementID | Key | Unique string identifying the element.
You must follow the naming convention of <container name><unique part>. |
ResourceChime |
CaptionRID | String | Caption resource identifier. Required but does not need to be populated. | <empty> |
Container | String | Container name is Resource for the main status page, and ShutdownResource for the Shutdown status page. | Resource |
DescriptionRID | String | Description resource identifier. Required but does not need to be populated. | <empty> |
ElementGraphic | String | Resource icon. Required but does not need to be populated. | <empty> |
IsEmbedded | DWORD | Instruction to process element as an embedded page. It is always 0x0. | 0x0 |
Merit | DWORD | Integer indicating display order in container. 0=no sorting. | 0x1 |
Source | String | Name of resource DLL. Required but does not need to be populated. | <empty> |
URL | String | Active Server Page to be executed | chime/chime_resource/asp |
Related Topic
For more information about code examples of adding a resource, see Chime Sample Application.