|
1 | 1 | ---
|
2 | 2 | description: Discover how to integrate unpackaged apps with the Windows Share feature.
|
3 | 3 | 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 |
6 | 6 | ms.localizationpriority: medium
|
| 7 | +# Customer intent: As a Windows developer, I want to learn how to integrate unpackaged apps with the Windows Share feature. |
7 | 8 | ---
|
8 | 9 |
|
9 | 10 | # 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
|
43 | 44 |
|
44 | 45 | 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).
|
45 | 46 |
|
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). |
47 | 48 |
|
48 | 49 | ## Register as a Share Target
|
49 | 50 |
|
@@ -263,4 +264,4 @@ The following video demonstrates how an unpackaged app can be a share target aft
|
263 | 264 | - [Advantages and Disadvantages of packaging an application - Deployment overview](/windows/apps/package-and-deploy/#advantages-and-disadvantages-of-packaging-your-app)
|
264 | 265 | - [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/)
|
265 | 266 | - [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