Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 716 Bytes

stagepackageoptions_installallresources.md

File metadata and controls

21 lines (12 loc) · 716 Bytes
-api-id -api-type
P:Windows.Management.Deployment.StagePackageOptions.InstallAllResources
winrt property

-description

Gets or sets a value that indicates whether the app skips resource applicability checks. This effectively stages or registers all resource packages that a user passes in to the command, which forces applicability for all packages contained in a bundle. If a user passes in a bundle, all contained resource packages will be registered.

-property-value

TRUE instructs the app to skip all resource applicability checks and stages or registers all resource packages; otherwise, FALSE.

-remarks

-see-also

[StagePackageOptions][stagepackageoptions.md]

-examples