You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/apps/package-and-deploy/packaging/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ Before you commit to unpackaged, check the [features table above](#features-that
82
82
83
83
| Scenario | Recommended model | Details |
84
84
|---|---|---|
85
-
|**Indie developer publishing to the Microsoft Store**| Packaged (MSIX) | The Store requires MSIX. WinUI 3 apps are packaged by default — no changes needed. → [Distribute your packaged app](/windows/msix/desktop/source-code-overview)|
85
+
|**Indie developer publishing to the Microsoft Store**| Packaged (MSIX) | The Store requires MSIX. WinUI 3 apps are packaged by default — no changes needed. → [Distribute your packaged app](../../distribute-through-store/how-to-distribute-your-win32-app-through-microsoft-store.md)|
86
86
|**Enterprise app deployed via Intune or Configuration Manager**| Packaged, or external location for existing installers | New apps should use MSIX. Existing apps with their own installer can use packaging with external location. → [Deploy packaged apps](../../windows-app-sdk/deploy-packaged-apps.md)|
87
87
|**ISV shipping a direct download with own installer**| Packaging with external location | Register a lightweight identity package alongside your existing installer. Users see no change; you get Windows features. → [Grant package identity](../../desktop/modernize/grant-identity-to-nonpackaged-apps-overview.md)|
88
88
|**Internal tool or developer utility**| Unpackaged | Simplest to build and deploy. The Windows App SDK works via NuGet, but some features won't be available. |
0 commit comments