Skip to content

Commit 9a8ddc5

Browse files
Merge pull request #6630 from MicrosoftDocs/jken/submit-app-faq-improvements
submit-your-app FAQ: expand MSIX package formats and fix heading style
2 parents 7a95eae + 8414815 commit 9a8ddc5

1 file changed

Lines changed: 19 additions & 7 deletions

File tree

hub/apps/publish/faq/submit-your-app.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Learn how to submit your app to the Microsoft Store, including reserving names, uploading packages, and using different installer formats.
33
title: Submit your app to Microsoft Store
4-
ms.date: 06/18/2025
4+
ms.date: 04/13/2026
55
ms.topic: article
66
ms.localizationpriority: medium
77
---
@@ -44,16 +44,28 @@ Fill out all required fields, then click **Submit for certification**. Partner C
4444
<details>
4545
<summary><strong>Do I need to package my app as an MSIX, or can I submit a traditional EXE/MSI installer?</strong></summary>
4646

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.
4848

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**:
5060
- 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.
5365

54-
**MSI/EXE Submission**:
66+
**EXE/MSI submission**:
5567
- 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.
5769
- Requirements:
5870
- Must be .exe or .msi only.
5971
- Offline installer – no downloads during setup.

0 commit comments

Comments
 (0)