Path (in OutOfProcessServer) (Windows 10)
The path to the executable.
Element hierarchy
<Path>
Syntax
<Path>
<!-- A string between 1 and 256 characters in length that must end with ".exe" and cannot contain these characters: <, >, :, ", |, ?, or *. It specifies the default executable for the extension. If not specified, the executable defined for the app is used. If specified, the EntryPoint property is also used. If that EntryPoint property isn't specified, the EntryPoint defined for the app is used. -->
</Path>
Attributes and elements
Attributes
None.
Child elements
None.
Parent elements
Parent elements | 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. |
Related elements
The following elements have the same name as this one, but different content or attributes:
Requirements
Item | Value |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/foundation/windows10 |