Skip to content

Commit b953177

Browse files
Clarify system requirements section is optional in Partner Center (MSIX, MSI, PWA) (#6675)
* Clarify system requirements section is optional (MSIX, MSI, PWA) Add a NOTE at the top of each system-requirements page explaining: - The section is entirely optional - Leaving it blank means no extra hardware warnings are published - App download eligibility is governed by package target settings, not this section - Only fill in if the app genuinely won't work without specific hardware Also refresh ms.date on upload-app-packages.md (was 2022). Addresses developer confusion about the CPU/Memory fields and what happens when they're left blank. Co-authored-by: Copilot <[email protected]> * Address Copilot feedback on system-requirements notes - 'package's target platform settings' → 'submission's target platform settings' (MSIX) / 'submission's availability and targeting settings' (MSI/EXE, PWA) to match Partner Center terminology for each path - 'Only fill in if won't function correctly' → 'Fill in to communicate minimum or recommended hardware' — removes overly strict framing that excluded the valid recommended-hardware use case - Update ms.date to 04/21/2026 in all 3 files Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 28c43ee commit b953177

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

hub/apps/publish/publish-your-app/msi/system-requirements.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
---
22
description: System requirements page helps you indicate if certain hardware features are required or recommended to run and interact with your MSI/EXE app properly.
33
title: System requirements for MSI/EXE app
4-
ms.date: 10/30/2022
4+
ms.date: 04/21/2026
55
ms.topic: article
66
ms.localizationpriority: medium
77
---
88

99
# System requirements for MSI/EXE app
1010

11+
> [!NOTE]
12+
> This section is optional. If you leave it blank, no additional hardware requirements are published for your app, and the Store won't display hardware-based warnings based on this section. App download eligibility is still governed by your submission's availability and targeting settings. Fill in this section to communicate minimum or recommended hardware requirements to customers.
13+
1114
**System Requirements** (Touch screen, Keyboard, Mouse, Camera, NFC HCE, NFC Proximity, Bluetooth LE, Telephony, Microphone, Memory, DirectX, Dedicated GPU Memory, Processor, Graphics)
1215

1316
:::image type="content" source="images/msiexe-system-requirements.png" lightbox="images/msiexe-system-requirements.png" alt-text="A screenshot of the Properties section where you can provide system requirements for your app.":::

hub/apps/publish/publish-your-app/msix/system-requirements.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
---
22
description: System requirements page helps you indicate if certain hardware features are required or recommended to run and interact with your MSIX app properly.
33
title: System requirements for MSIX app
4-
ms.date: 10/30/2022
4+
ms.date: 04/21/2026
55
ms.topic: article
66
ms.localizationpriority: medium
77
---
88

99
# System requirements for MSIX apps
1010

11+
> [!NOTE]
12+
> This section is optional. If you leave it blank, no additional hardware requirements are published for your app, and the Store won't display hardware-based warnings based on this section. App download eligibility is still governed by your submission's target platform settings (such as target OS version, architecture, and device family). Fill in this section to communicate minimum or recommended hardware requirements to customers.
13+
1114
In this section, you have the option to indicate if certain hardware features are required or recommended to run and interact with your app properly. You can check the box (or indicate the appropriate option) for each hardware item where you would like to specify **Minimum hardware** and/or **Recommended hardware**.
1215

1316
:::image type="content" source="images/msix-system-requirements.png" lightbox="images/msix-system-requirements.png" alt-text="A screenshot showing the system requirements table section for MSIX/PWA app.":::

hub/apps/publish/publish-your-app/msix/upload-app-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: The Packages page allows you to upload the installers and files for your MSIX app. Once uploaded, a table will display the packages, showing which will be offered to specific Windows 10 device families (and earlier OS versions if applicable), in ranked order.
33
title: Upload MSIX app packages
4-
ms.date: 10/30/2022
4+
ms.date: 04/21/2026
55
ms.topic: article
66
ms.localizationpriority: medium
77
---

hub/apps/publish/publish-your-app/pwa/system-requirements.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
---
22
description: System requirements page helps you indicate if certain hardware features are required or recommended to run and interact with your PWA app properly.
33
title: System requirements for PWA
4-
ms.date: 10/30/2022
4+
ms.date: 04/21/2026
55
ms.topic: article
66
ms.localizationpriority: medium
77
---
88

99
# System requirements for PWAs
1010

11+
> [!NOTE]
12+
> This section is optional. If you leave it blank, no additional hardware requirements are published for your app, and the Store won't display hardware-based warnings based on this section. App download eligibility is still governed by your submission's availability and targeting settings. Fill in this section to communicate minimum or recommended hardware requirements to customers.
13+
1114
In this section, you have the option to indicate if certain hardware features are required or recommended to run and interact with your app properly. You can check the box (or indicate the appropriate option) for each hardware item where you would like to specify **Minimum hardware** and/or **Recommended hardware**.
1215

1316
If you make selections for **Recommended hardware**, those items will be displayed in your product's Store listing as recommended hardware for customers on Windows 10, version 1607 or later. Customers on earlier OS versions will not see this info.

0 commit comments

Comments
 (0)