Package constants
Specifies how packages are to be processed.
| Constant/value | Description |
|---|---|
|
The maximum number of apps in a package. |
|
The minimum number of apps in a package. |
|
The maximum number of resource packages a package can have. |
|
The minimum number of resource packages a package can have. |
|
Process all packages in the dependency graph. This is equivalent to PACKAGE_FILTER_HEAD | PACKAGE_FILTER_DIRECT. Note PACKAGE_FILTER_ALL_LOADED may be altered or unavailable for releases after Windows 8.1. Instead, use PACKAGE_FILTER_HEAD | PACKAGE_FILTER_DIRECT.
|
|
Process bundle packages in the package graph. |
|
Process the directly dependent packages of the head (first) package in the dependency graph. |
|
Process the first package in the dependency graph. |
|
Process bundle packages in the package graph. |
|
Process resource packages in the package graph. |
|
The maximum size of a package graph. |
|
The minimum size of a package graph. |
|
Retrieve basic information. |
|
Retrieve full information. |
|
The maximum number of packages a package depends on. |
|
The minimum number of packages a package depends on. |
|
The package is a bundle package. |
|
The package was registered with the DeploymentOptions enumeration. |
|
The package is a framework. |
|
The package is an optional package. |
|
The package is a resource package. |
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
See also