Skip to content

Commit 7823230

Browse files
Merge pull request #5449 from MicrosoftDocs/main
Merge latest windows-dev-docs-pr changes from main to live
2 parents 99867fb + bba09bb commit 7823230

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

hub/apps/develop/windows-integration/integrate-sharesheet-unpackaged.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
description: Discover how to integrate unpackaged apps with the Windows Share feature.
33
title: Integrate unpackaged apps with Windows Share
4-
ms.topic: article
5-
ms.date: 04/16/2024
4+
ms.topic: concept-article
5+
ms.date: 05/27/2025
66
ms.localizationpriority: medium
7+
# Customer intent: As a Windows developer, I want to learn how to integrate unpackaged apps with the Windows Share feature.
78
---
89

910
# Integrate unpackaged apps with Windows Share
@@ -43,7 +44,7 @@ The second way to give your app package identity is to add a package with extern
4344

4445
Documentation on how to create a package with external location is available here, including information on templates to use: [Grant package identity by packaging with external location](/windows/apps/desktop/modernize/grant-identity-to-nonpackaged-apps).
4546

46-
The full sample app is available on GitHub: [Packaged with External Location](https://github.com/microsoft/AppModelSamples/tree/master/Samples/PackageWithExternalLocation).
47+
The full sample app is available on GitHub: [Packaged with External Location](https://github.com/microsoft/AppModelSamples/tree/master/Samples/PackageWithExternalLocation/cppwinrt/PackageWithExternalLocationCppApp).
4748

4849
## Register as a Share Target
4950

@@ -263,4 +264,4 @@ The following video demonstrates how an unpackaged app can be a share target aft
263264
- [Advantages and Disadvantages of packaging an application - Deployment overview](/windows/apps/package-and-deploy/#advantages-and-disadvantages-of-packaging-your-app)
264265
- [Identity, Registration and Activation of Non-packaged Win32 Apps](https://blogs.windows.com/windowsdeveloper/2019/10/29/identity-registration-and-activation-of-non-packaged-win32-apps/)
265266
- [Share Contract Implementation for WinAppSDK App](https://github.com/kmahone/WindowsAppSDK-Samples/tree/user/kmahone/shareapp/Samples/AppLifecycle/ShareTarget/WinUI-CS-ShareTargetSampleApp)
266-
- [Share Contract Implementation for Apps Packaged with External Location](https://github.com/microsoft/AppModelSamples/tree/master/Samples/PackageWithExternalLocation)
267+
- [Share Contract Implementation for Apps Packaged with External Location](https://github.com/microsoft/AppModelSamples/tree/master/Samples/PackageWithExternalLocation/cppwinrt/PackageWithExternalLocationCppApp)

0 commit comments

Comments
 (0)