HelpCustomized specifies whether the Original Equipment Manufacturer (OEM) customizes Help. The outcome depends on the operating system:

Values

true

Specifies that Help is customized.

false

Specifies that Help isn't customized. This is the default value.

Valid Configuration Passes

auditUser

generalize

offlineServicing

oobeSystem

specialize

Parent Hierarchy

Applies To

For a list of the Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.

XML Example

This XML shows how to specify that Help is customized:

  Copy Code
<OEMInformation>
   <HelpCustomized>true</HelpCustomized>
   <Manufacturer><OEM name></Manufacturer>
   <Model><model name></Model>
   <Logo>C:\Windows\OEM\Logo.bmp</Logo>
   <SupportHours><hours></SupportHours>
   <SupportPhone>425-555-0190</SupportPhone>
   <SupportURL>http://www.contoso.com</SupportURL>
</OEMInformation>

See Also