Title (Standard 8 Module Reference)
7/8/2014
Review the applicable Feature modules and any examples for the Title setting in Windows Embedded 8 Standard (Standard 8).
This setting contains a string that specifies the path to the resource DLL that contains the title text to display for the Online Support icon in Control Panel.
The string is in the format @dllname,-resourceID, where dllname is the full path to the resource DLL.
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 |
---|---|
Features/Diagnostics, Feedback and Maintenance/Troubleshooting/Title |
XML Example
The following XML example shows how to configure the Online Support icon to point to the Fabrikam Troubleshooting application.
<Title>@%SystemRoot%\System32\DiagCpl.dll,-82</Title>
<Description>@%SystemRoot%\System32\DiagCpl.dll,-83</Description>
<Icon>@%SystemRoot%\System32\imageres.dll,-179</Icon>
<Link>http://www.fabrikam.com/support</Link>