Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.55 KB

packagemanager_stagepackageasync_1881962702.md

File metadata and controls

32 lines (22 loc) · 1.55 KB
-api-id -api-type
M:Windows.Management.Deployment.PackageManager.StagePackageAsync(Windows.Foundation.Uri,Windows.Foundation.Collections.IIterable{Windows.Foundation.Uri})
winrt method

Windows.Management.Deployment.PackageManager.StagePackageAsync

-description

Stages a Package to the system without registering it.

-parameters

-param packageUri

The source URI of the main package.

-param dependencyPackageUris

The source URIs of the dependency packages. If there are no dependency packages or dependency packages are already staged, this parameter can be null.

-returns

The status of the deployment request. The DeploymentResult contains the final returned value of the deployment operation, once it is completed. The DeploymentProgress can be used to obtain the percentage of completion over the entire course of the deployment operation.

-remarks

The stage operation will extract the package payload to disk under %ProgramFiles%\WindowsApps.

-examples

-see-also

Package, StagePackageAsync(Uri, IIterable(Uri), DeploymentOptions)