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/windows-app-sdk/deploy-unpackaged-apps.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Windows App SDK deployment guide for framework-dependent apps packaged with external location or unpackaged
3
3
description: This topic provides guidance about deploying apps that are packaged with external location, or are unpackaged, and that use the Windows App SDK.
4
4
ms.topic: article
5
-
ms.date: 06/25/2024
5
+
ms.date: 08/07/2024
6
6
keywords: windows win32, windows app development, Windows App SDK
7
7
ms.author: stwhi
8
8
author: stevewhims
@@ -13,6 +13,10 @@ ms.localizationpriority: medium
13
13
14
14
This topic provides guidance about deploying apps that are packaged with external location, or are unpackaged, and that use the Windows App SDK.
15
15
16
+
* Such apps are desktop apps (not UWP apps).
17
+
* They can be written in a .NET language such as C#, or in C++.
18
+
* For their user-interface, they can use WinUI 3, or WPF, or WinForms, or another UI framework.
19
+
16
20
## Overview
17
21
18
22
Developers of packaged with external location and unpackaged apps are responsible for deploying required Windows App SDK runtime packages to their end users. This can be done either by running the installer or by installing the MSIX packages directly. These options are described in more detail in the [Deploy Windows App SDK runtime](#deploy-windows-app-sdk-runtime) section below.
@@ -291,7 +295,7 @@ The info and code above covers the basic detection scenario. To detect whether t
-**ArchitecturesredistributedbytheWindowsAppSDKinstaller**:TheWindowsAppSDKinstallerisavailableinthe `x86`, `x64` and `Arm64` architectures. EachversionoftheinstallerincludestheMSIXpackagesforthatspecificarchitecture. Forexample, ifyourunthex86WindowsAppRuntimeInstall.exeonanx64orArm64device, theinstallerwilldeploythepackagesforthatdevicearchitecture.
298
+
-**ArchitecturesredistributedbytheWindowsAppSDKinstaller**:TheWindowsAppSDKinstallerisavailableinthe `x86`, `x64`,and `Arm64` architectures. EachversionoftheinstallerincludestheMSIXpackagesforjustthespecificarchitectureit's named for. For example, if you run the `x86` `WindowsAppRuntimeInstall.exe` on an x64 or and Arm64 device, then that `x86` installer will deploy onto that device only the packages for the x86 architecture.
0 commit comments