Edit

deployment:DeploymentExtensionHandler

Allows an app to specify one or more DLL files that provide DEH functionality that ships outside of an OS release.

Element hierarchy

<Package>
   └─ <Extensions>
      └─ <deployment:Extension>
         └─ <deployment:DeploymentExtensionHandler>
   └─ <Applications>
      └─ <Application>
         └─ <Extensions>
            └─ <deployment:Extension>
               └─ <deployment:DeploymentExtensionHandler>

Syntax

<deployment:DeploymentExtensionHandler>

  <!-- Child elements -->
  deployment:Files

</deployment:DeploymentExtensionHandler>

Attributes

None.

Child elements

Child element Description
deployment:Files Contains one or more File elements specifying DLL files that provide DEH functionality that ships outside of an OS release.

Parent elements

Parent element Description
deployment:Extension Declares an extensibility point for the app that specifies an undocked deployment extension handler (DEH).

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/deployment/windows10
Minimum OS Version Windows 10 (Build 20348)

Remarks

Examples