|
1 | 1 | --- |
2 | 2 | description: Learn how to submit your app to the Microsoft Store, including reserving names, uploading packages, and using different installer formats. |
3 | 3 | title: Submit your app to Microsoft Store |
4 | | -ms.date: 06/18/2025 |
| 4 | +ms.date: 04/13/2026 |
5 | 5 | ms.topic: article |
6 | 6 | ms.localizationpriority: medium |
7 | 7 | --- |
@@ -44,16 +44,28 @@ Fill out all required fields, then click **Submit for certification**. Partner C |
44 | 44 | <details> |
45 | 45 | <summary><strong>Do I need to package my app as an MSIX, or can I submit a traditional EXE/MSI installer?</strong></summary> |
46 | 46 |
|
47 | | -Store allows both app types. |
| 47 | +The Microsoft Store supports multiple packaging formats. MSIX is the recommended format, but traditional EXE/MSI installers are also accepted. |
48 | 48 |
|
49 | | -**MSIX Benefits are**: |
| 49 | +**Supported MSIX and related package formats**: |
| 50 | +- .msix |
| 51 | +- .msixbundle |
| 52 | +- .msixupload |
| 53 | +- .appx |
| 54 | +- .appxbundle |
| 55 | +- .appxupload |
| 56 | + |
| 57 | +`.xap` is a legacy package type associated with previously published apps and isn't used for new submissions. |
| 58 | + |
| 59 | +**MSIX benefits include**: |
50 | 60 | - Free Microsoft code signing and CDN hosting. |
51 | | -- Easier updates, better integration with Windows features. |
52 | | -- Enables advanced capabilities like flighting and commerce. |
| 61 | +- Easier updates and better integration with Windows features. |
| 62 | +- Support for advanced capabilities like flighting and commerce. |
| 63 | + |
| 64 | +Using the MSIX package format ensures a more reliable, secure, and streamlined installation and update experience for users. |
53 | 65 |
|
54 | | -**MSI/EXE Submission**: |
| 66 | +**EXE/MSI submission**: |
55 | 67 | - Allowed since June 2021. |
56 | | -- You must provide a URL or upload the installer in submission. |
| 68 | +- You must provide a package URL for the installer as part of the submission; the installer must be hosted on your own infrastructure or CDN. |
57 | 69 | - Requirements: |
58 | 70 | - Must be .exe or .msi only. |
59 | 71 | - Offline installer – no downloads during setup. |
|
0 commit comments