Skip to content

Commit 586bfb5

Browse files
Merge pull request #6099 from MicrosoftDocs/main
Auto Publish – main to live - 2025-12-10 05:00 UTC
2 parents 33c722e + 0447f3e commit 586bfb5

4 files changed

Lines changed: 16 additions & 16 deletions

File tree

.openpublishing.publish.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
{
8383
"path_to_root": "samples-xaml-gallery",
8484
"url": "https://github.com/microsoft/Xaml-Controls-Gallery",
85-
"branch": "master",
85+
"branch": "main",
8686
"branch_mapping": {}
8787
},
8888
{

hub/apps/develop/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ items:
424424
items:
425425
- name: Overview
426426
href: windows-integration/index.md
427-
- name: Actions with Microsoft Foundry on Windows
427+
- name: App Actions
428428
items:
429429
- name: Overview
430430
href: actions/index.md

hub/apps/distribute-through-store/how-to-use-store-web-installer-for-distribution.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: This section describes how you can use the Microsoft Store Web installer to improve distribution of your app on the web
33
title: How to use the Microsoft Store Web Installer to distribute your apps on the web.
44
ms.topic: how-to
5-
ms.date: 05/07/2024
5+
ms.date: 12/09/2025
66
keywords: uwp, microsoft store installer, store installer, web installer
77
ms.localizationpriority: medium
88
---
@@ -11,17 +11,17 @@ ms.localizationpriority: medium
1111

1212
## Microsoft Store Web Installer - Introduction and user flow
1313

14-
The Microsoft Store Web Installer is a standalone installer for Store applications to help you download and install apps from websites such as [apps.microsoft.com](https://apps.microsoft.com) and the [Microsoft Store badge](https://apps.microsoft.com/badge) on developers' websites.
14+
The Microsoft Store Web Installer is a standalone installer for Store applications. It helps you download and install apps from websites such as [apps.microsoft.com](https://apps.microsoft.com) and the [Microsoft Store badge](https://apps.microsoft.com/badge) on developers' websites.
1515

16-
This system creates a stub .exe-based installer for your app, securely generated by the Microsoft Store online service. This installer is downloaded locally when you select the target button on a webpage. It's lightweight, containing only the necessary, most basic information rather than the full app binary.
16+
This system creates a stub .exe-based installer for your app, securely generated by the Microsoft Store online service. You download this installer locally when you select the target button on a webpage. It's lightweight, containing only the necessary, most basic information rather than the full app binary.
1717

1818
:::image type="content" source="../images/app-download-file.png" lightbox="../images/app-download-file.png" alt-text="Screenshot example of downloading an app from Microsoft Store and where to open the file.":::
1919

20-
When this file is activated, the installer will verify the pre-requisites (such as system architecture, age of the user, and availability in the users market) and subsequently initiate installation of the product using the same API used by the Store application. Any campaign IDs supplied by the source are tracked as well. If the app does not meet the pre-requisites, the installer will launch the Store application so that users can view additional information.
20+
When you activate this file, the installer verifies the prerequisites (such as system architecture, age of the user, and availability in the user's market) and then initiates installation of the product by using the same API as the Store application. The installer also tracks any campaign IDs supplied by the source. If the app doesn't meet the prerequisites, the installer launches the Store application so that users can view additional information.
2121

2222
:::image type="content" source="../images/app-installing.png" lightbox="../images/app-installing.png" alt-text="Screenshot example of an app from Microsoft Store installing locally.":::
2323

24-
Once installation is done, the installer will automatically launch the application and then close.
24+
Once installation is done, the installer automatically launches the application and then closes.
2525

2626
## Feature availability
2727

@@ -38,19 +38,19 @@ This functionality isn't currently available for the following content types:
3838

3939
## Enable this feature for your app
4040

41-
To enable the Store Web Installer for your app, you need to ensure that the following parameters are set in the calling URL:
41+
To enable the Store Web Installer for your app, set the following parameters in the calling URL:
4242

43-
- **On [apps.microsoft.com](https://apps.microsoft.com)**: You don't need to make any changes to enable the Store Web Installer for your app, as long as they're covered within the [Feature availability section](#feature-availability) and you are not overriding this using the **mode=full** URL parameter.
44-
- The Store Web Installer is the default installer on apps.microsoft.com, and this mode paramter helps you launch the Store PDP instead for that user.
43+
- **On [apps.microsoft.com](https://apps.microsoft.com)**: You don't need to make any changes to enable the Store Web Installer for your app, as long as the app is covered within the [Feature availability section](#feature-availability) and you don't override this feature by using the **mode=full** URL parameter.
44+
- The Store Web Installer is the default installer on apps.microsoft.com. The mode parameter helps you launch the Store PDP instead for that user.
4545

4646
- **On your website**: Follow these steps to switch to the Web installer on your website badge:
47-
1. Navigate to [apps.microsoft.com/badge](https://apps.microsoft.com/badge).
47+
1. Go to [apps.microsoft.com/badge](https://apps.microsoft.com/badge).
4848
1. Enter the right data for your app.
4949
1. Set **Launch mode as Direct** to ensure the required code is generated for your app.
5050
1. Copy the code, and insert the new badge within your website.
5151

5252
## Key notes for enterprise administrators
5353

54-
- If you've been using the *[ApplicationManagement/RequirePrivateStoreOnly](/microsoft-store/manage-access-to-private-store)* MDM policy, the *Only display the private store within the Microsoft Store* app group policy, or setting the *RemoveWindowsStore* DWORD value in the registry to 1 to block local or domain joined devices from accessing the Store, remember that these settings are for disabling the Store application. This policy doesn't block installation or updates of apps available on the Store.
55-
- If you'd like to better control the types of apps that can be installed by domain-joined PCs, including apps from the Store and from the Microsoft Store Web Installer, visit [AppLocker - Windows Security](/windows/security/application-security/application-control/windows-defender-application-control/applocker/applocker-overview). This policy can be used in combination with *RequirePrivateStoreOnly*, *RemoveWindowsStore*, or independently.
56-
- If you’d like to specifically block installations from the Microsoft Store Web Installer, you can domain block the following URL - `get.microsoft.com` . This will block the installer from being downloaded and executed from either the Microsoft Store website, or from various developer websites distributing apps through this mechanism. Blocking this will not have any impact on the Microsoft Store app on Windows or already installed apps. These will continue to operate, unless combined with the above policies.
54+
- If you use the *[ApplicationManagement/RequirePrivateStoreOnly](/microsoft-store/manage-access-to-private-store)* MDM policy, the *Only display the private store within the Microsoft Store* app group policy, or set the *RemoveWindowsStore* DWORD value in the registry to 1 to block local or domain joined devices from accessing the Store, remember that these settings are for disabling the Store application. This policy doesn't block installation or updates of apps available on the Store.
55+
- To better control the types of apps that domain-joined PCs can install, including apps from the Store and from the Microsoft Store Web Installer, visit [AppLocker - Windows Security](/windows/security/application-security/application-control/windows-defender-application-control/applocker/applocker-overview). Use this policy in combination with *RequirePrivateStoreOnly* and *RemoveWindowsStore*, or use it independently.
56+
- To specifically block installations from the Microsoft Store Web Installer, you can domain block the following URL - `get.microsoft.com` . This action blocks the installer from being downloaded and executed from either the Microsoft Store website, or from various developer websites distributing apps through this mechanism. Blocking this URL doesn't affect the Microsoft Store app on Windows or already installed apps. These apps continue to operate unless you combine this action with the above policies.

hub/apps/windows-app-sdk/experimental-channel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ The new experimental SplitMenuFlyoutItem control is designed to provide a split
115115
Along with the capabilities of MenuFlyoutItem and MenuFlyoutSubItem, the control comes with two other properties : `SubMenuPresenterStyle` and `SubMenuItemStyle`, which allows the customization of the submenu, like using GridView for the submenu presenter.
116116

117117
```
118-
<Button Text="Open File Button">
118+
<Button Content="Open with">
119119
<Button.Flyout>
120120
<MenuFlyout>
121121
<SplitMenuFlyoutItem Text="Open with Notepad">
122122
<MenuFlyoutItem Text="Visual Studio" />
123123
<MenuFlyoutItem Text="VS Code" />
124-
<MenuFlyoutItem Text="Wordpad" />
124+
<MenuFlyoutItem Text="Word" />
125125
</SplitMenuFlyoutItem>
126126
</MenuFlyout>
127127
</Button.Flyout>

0 commit comments

Comments
 (0)