HelpCustomized (Standard 8 Module Reference)

7/8/2014

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

Specifies whether the Help file is customized by the OEM.

If this element is set to true, Control Panel shows a link to customized Help. Otherwise, Control Panel shows the support information specified by SupportHours, SupportPhone, and SupportURL.

If you set HelpCustomized to true, you must place all information, including Manufacturer and Model, in the customized Help file; however, this information does not appear in the System item in Control Panel.

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/OEMInformation/HelpCustomized

XML Example

The following example shows how to specify that the OEM provides customized Help.

<OEMInformation>
      <HelpCustomized>true</HelpCustomized>
      <Manufacturer>OEM name</Manufacturer>
      <Model>model name</Model>
</OEMInformation>

See Also

Concepts

Embedded Core Settings