AddonGuid specifies a GUID for an Internet Explorer® Browser Help Object.

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.

Values

{GUID}

Specifies a GUID for a Browser Help Object.

GUID is a string.

Valid Passes

specialize

Parent Hierarchy

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 specify a GUID for two Internet Explorer Browser Help Objects.

  Copy Code
<InstalledBHOList>
  <AddonGuidItem>
	<AddonGuid>{a1b1c123-d1e1f4a-5a6a7aa8a9a0a}</AddonGuid>
  </AddonGuidItem>
  <AddonGuidItem>
	<AddonGuid>{b1c123d1-e1f4a5a-6a7aa8a9a0a33}</AddonGuid>
  </AddonGuidItem>
</InstalledBHOList>

See Also