Instancing (Windows 10)

Specifies whether the executable runs as a single instance or can run as multiple instances.

Element hierarchy

<Package>

    <Extensions>

         <Extension>

              <OutOfProcessServer>

                   <Instancing>

Syntax

<Instancing>
  "singleInstance" or "multipleInstances"
</Instancing>

Attributes and elements

Attributes

None.

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