Edit

Path (in OutOfProcessServer)

The path to the executable.

Element hierarchy

<Package>
   └─ <Extensions>
      └─ <Extension>
         └─ <OutOfProcessServer>
            └─ <Path>

Syntax

<Package
  xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10">
  ...
  <Path>
      <!-- TODO: Add value description -->
  </Path>
</Package>

Value

Attributes

Attribute Description Data type Required Default value
Declares a package extension point of type windows.activatableClass.outOfProcessServer. The app uses an executable (.exe) that exposes one or more activatable classes.
Value
--
http://schemas.microsoft.com/appx/manifest/foundation/windows10

Child elements

None.

Parent elements

Parent element Description
OutOfProcessServer Declares a package extension point of type windows.activatableClass.outOfProcessServer. The app uses an executable (.exe) that exposes one or more activatable classes.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/foundation/windows10
Minimum OS Version

Remarks

Examples

See also

The following elements have the same name as this one, but different content or attributes: