InstalledBHOList
InstalledBHOList
contains settings for configuring Internet Explorer Browser Help Objects.
Browser Help Objects are add-on modules used to add functionality to Internet Explorer. Examples of Browser Help Objects include toolbars, animated mouse pointers, and stock tickers.
InstalledBHOList
can contain one or more AddonGuidItem settings each of which represents a single Browser Help Object. For more information, see the MSDN topic: Building Browser Helper Objects.
Child Elements
Setting | Description |
---|---|
AddonGuidItem | Specifies settings for a Browser Help Object. |
Valid Configuration Passes
specialize
Parent Hierarchy
Microsoft-Windows-IE-InternetExplorer | InstalledBHOList
Applies To
For a list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.
XML Example
The following XML output shows how to set two Internet Explorer Browser Help Objects.
<InstalledBHOList>
<AddOnGuidItem>
<AddOnGuid>{a1b1c123d1e1f4a5a6a7aa8a9a0a}</AddOnGuid>
</AddOnGuidItem>
<AddOnGuidItem>
<AddOnGuid>{b1c123d1e1f4a5a6a7aa8a9a0a33}</AddOnGuid>
</AddOnGuidItem>
</InstalledBHOList>