Skip to content

Commit 992a58c

Browse files
Steven WhiteSteven White
authored andcommitted
Merged PR 20039: batch of terminology reform 8
batch of terminology reform 8
1 parent 4eadeb8 commit 992a58c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎windows.management.deployment/packagemanager_addpackagebyuriasync_797417417.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ The status of the deployment request. The [DeploymentResult](deploymentresult.md
2525

2626
This method simplifies the existing [AddPackageAsync](/uwp/api/windows.management.deployment.packagemanager.addpackageasync) overloads by consolidating all of the deployment options into a single parameter. This method also supports the following features not available with the the [AddPackageAsync](/uwp/api/windows.management.deployment.packagemanager.addpackageasync) overloads:
2727

28-
* You can use the [ExternalLocationURI](addpackageoptions_externallocationuri.md) property of the *options* parameter to specify the URI of an external disk location outside of the MSIX package where the package manifest can reference application content. For more information about this scenario and a related code sample, see [Grant identity to unpackaged desktop apps](/windows/apps/desktop/modernize/grant-identity-to-nonpackaged-apps).
28+
* You can use the [ExternalLocationURI](addpackageoptions_externallocationuri.md) property of the *options* parameter to specify the URI of an external disk location outside of the MSIX package where the package manifest can reference application content. For more information about this scenario and a related code sample, see [Grant package identity by packaging with external location](/windows/apps/desktop/modernize/grant-identity-to-nonpackaged-apps).
2929

3030
* You can use the [AllowUnsigned](addpackageoptions_allowunsigned.md) property of the *options* parameter to allow activation information from an executable in an unsigned package. For more information about this scenario and a related code sample, see [Hosted apps](/windows/uwp/launch-resume/hosted-apps).
3131

3232
## -see-also
3333

34-
[Package](/uwp/api/windows.applicationmodel.package), [AddPackageOptions](addpackageoptions.md),[Grant identity to unpackaged desktop apps](/windows/apps/desktop/modernize/grant-identity-to-nonpackaged-apps), [Hosted apps](/windows/uwp/launch-resume/hosted-apps)
34+
[Package](/uwp/api/windows.applicationmodel.package), [AddPackageOptions](addpackageoptions.md),[Grant package identity by packaging with external location](/windows/apps/desktop/modernize/grant-identity-to-nonpackaged-apps), [Hosted apps](/windows/uwp/launch-resume/hosted-apps)
3535

3636
## -examples

‎windows.management.deployment/packagemanager_registerpackagebyuriasync_1415074502.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ The status of the deployment request. The [DeploymentResult](deploymentresult.md
2525

2626
This method simplifies the existing [RegisterPackageAsync](/uwp/api/windows.management.deployment.packagemanager.registerpackageasync) overloads by consolidating all of the deployment options into a single parameter. This method also supports the following features not available with the the [RegisterPackageAsync](/uwp/api/windows.management.deployment.packagemanager.registerpackageasync) overloads:
2727

28-
* You can use the [ExternalLocationURI](registerpackageoptions_externallocationuri.md) property of the *options* parameter to specify the URI of an external disk location outside of the MSIX package where the package manifest can reference application content. For more information about this scenario and a related code sample, see [Grant identity to unpackaged desktop apps](/windows/apps/desktop/modernize/grant-identity-to-nonpackaged-apps).
28+
* You can use the [ExternalLocationURI](registerpackageoptions_externallocationuri.md) property of the *options* parameter to specify the URI of an external disk location outside of the MSIX package where the package manifest can reference application content. For more information about this scenario and a related code sample, see [Grant package identity by packaging with external location](/windows/apps/desktop/modernize/grant-identity-to-nonpackaged-apps).
2929

3030
* You can use the [AllowUnsigned](registerpackageoptions_allowunsigned.md) property of the *options* parameter to allow activation information from an executable in an unsigned package. For more information about this scenario and a related code sample, see [Hosted apps](/windows/uwp/launch-resume/hosted-apps).
3131

3232
## -see-also
3333

34-
[Package](/uwp/api/windows.applicationmodel.package), [RegisterPackageOptions](registerpackageoptions.md), [Grant identity to unpackaged desktop apps](/windows/apps/desktop/modernize/grant-identity-to-nonpackaged-apps), [Hosted apps](/windows/uwp/launch-resume/hosted-apps)
34+
[Package](/uwp/api/windows.applicationmodel.package), [RegisterPackageOptions](registerpackageoptions.md), [Grant package identity by packaging with external location](/windows/apps/desktop/modernize/grant-identity-to-nonpackaged-apps), [Hosted apps](/windows/uwp/launch-resume/hosted-apps)
3535

3636
## -examples

0 commit comments

Comments
 (0)