AddonGuidItem contains settings for configuring an Internet Explorer® add-on module, which add functionality to Internet Explorer.

AddonGuidItem contains settings for a single add-on module.

Child Elements

AddonGuid

Specifies a GUID for an add-on module.

Valid Passes

specialize

Parent Hierarchy

Applies To

For the 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 add-on modules.

  Copy Code
<PreApprovedAddons>
  <AddonGuidItem>
	<AddonGuid>{a1b1c123d1e1f4a5a6a7aa8a9a0a}</AddonGuid>
  </AddonGuidItem>
  <AddonGuidItem>
	<AddonGuid>{b1c123d1e1f4a5a6a7aa8a9a0a33}</AddonGuid>
  </AddonGuidItem>
</PreApprovedAddons>

See Also