Skip to content

Latest commit

 

History

History
97 lines (69 loc) · 2.93 KB

File metadata and controls

97 lines (69 loc) · 2.93 KB
description Search.Product title ms.assetid keywords ms.topic ms.date
Indicates whether the package is a resource package (extensions schema for Windows 8.1).
eADQiWindows 10XVcnh
ResourcePackage (Windows 8.1 extensions schema)
51cabad7-a2eb-4fa3-ab52-59298555aefb
windows 10, uwp, schema, package manifest
reference
04/05/2017

ResourcePackage (extensions schema for Windows 8.1)

Indicates whether the package is a resource package. A resource package can be used by other packages. Its value is false by default. You should not specify a value for it unless you are creating a resource.

Element hierarchy

<Package>
<Properties>
<ResourcePackage>

Syntax

<ResourcePackage>

  boolean

</ResourcePackage>

Attributes and Elements

Attributes

None.

Child Elements

None.

Parent Elements

Parent Element Description
Properties

Defines additional metadata about the package including attributes that describe how the package appears to users.

Note  You may get an error if the manifest elements DisplayName or Description contain characters disallowed by the Windows firewall; namely “|” and “all”, due to which Windows fails to create the AppContainer profile for the package . Use this reference for [troubleshooting](/windows/win32/appxpkg/troubleshooting) if you get an error.
 

 

Remarks

If ResourcePackage is set to true, the manifest performs these semantic checks, which aren't enforced in the schema. A manifest that violates these semantic checks will just fail to validate via the Packaging APIs.

Requirements

Value
Namespace http://schemas.microsoft.com/appx/2010/manifest