Edit

desktop6:Dependencies

Specifies one or more dependent services for the current service.

Element hierarchy

<Package>
   └─ <Extensions>
      └─ <desktop6:Extension>
         └─ <desktop6:Service>
            └─ <desktop6:Dependencies>
   └─ <Applications>
      └─ <Application>
         └─ <Extensions>
            └─ <desktop6:Extension>
               └─ <desktop6:Service>
                  └─ <desktop6:Dependencies>

Syntax

<desktop6:Dependencies>

  <!-- Child elements -->
  desktop6:DependentService{1,10000}

</desktop6:Dependencies>

Key

{} specific range of occurrences

Attributes

None.

Child elements

Child element Description
desktop6:DependentService Specifies a dependent service for the current service.

Parent elements

Parent element Description
desktop6:Service Specifies a service that is installed and registered along with the app. These services can be configured to run under either the Local Service, Network Service or Local System account.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/desktop/windows10/6
Minimum OS Version Windows 10 version 1903 (Build 18362)

Remarks

This element requires the packagedServices or localSystemServices restricted capability.

Examples