From 2c623948eab6479f7cee54d14c0e36f40095cdab Mon Sep 17 00:00:00 2001 From: Steven White <31261191+stevewhims@users.noreply.github.com> Date: Mon, 4 Apr 2022 17:09:17 -0700 Subject: [PATCH] updating descriptions (#2437) --- hub/apps/windows-app-sdk/deploy-packaged-apps.md | 8 ++++---- hub/apps/windows-app-sdk/deploy-unpackaged-apps.md | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hub/apps/windows-app-sdk/deploy-packaged-apps.md b/hub/apps/windows-app-sdk/deploy-packaged-apps.md index 9ff917ef32..fd5fb99f88 100644 --- a/hub/apps/windows-app-sdk/deploy-packaged-apps.md +++ b/hub/apps/windows-app-sdk/deploy-packaged-apps.md @@ -1,6 +1,6 @@ --- -title: Windows App SDK deployment guide for fx-dependent packaged apps -description: This article provides instructions for deploying packaged apps that use the Windows App SDK. +title: Windows App SDK deployment guide for fx-dependent MSIX-packaged apps +description: This article provides guidance about deploying framework-dependent MSIX-packaged apps (see [What is MSIX?](/windows/msix/overview)) that use the Windows App SDK. ms.topic: article ms.date: 05/21/2021 keywords: windows win32, windows app development, Windows App SDK @@ -9,9 +9,9 @@ author: stevewhims ms.localizationpriority: medium --- -# Windows App SDK deployment guide for fx-dependent packaged apps +# Windows App SDK deployment guide for fx-dependent MSIX-packaged apps -This article provides guidance about deploying framework-dependent [MSIX](/windows/msix)-packaged apps that use the Windows App SDK. +This article provides guidance about deploying framework-dependent MSIX-packaged apps (see [What is MSIX?](/windows/msix/overview)) that use the Windows App SDK. By default, when you create a project using one of the [WinUI 3 templates in Visual Studio](..\winui\winui3\winui-project-templates-in-visual-studio.md) that are provided with the Windows App SDK extension for Visual Studio, your project is configured to build the app into an MSIX package using either single-project MSIX (see [Package your app using single-project MSIX](/windows/apps/windows-app-sdk/single-project-msix)) or a Windows Application Packaging project (see [Set up your desktop application for MSIX packaging in Visual Studio](/windows/msix/desktop/desktop-to-uwp-packaging-dot-net)). For more info about configuring this project to build an MSIX package for your app, see [Package a desktop or UWP app in Visual Studio](/windows/msix/package/packaging-uwp-apps). After you build an MSIX package for your app, you have several options for deploying it to other computers. For more information, see [Manage your MSIX deployment](/windows/msix/desktop/managing-your-msix-deployment-overview). diff --git a/hub/apps/windows-app-sdk/deploy-unpackaged-apps.md b/hub/apps/windows-app-sdk/deploy-unpackaged-apps.md index b675a3d743..70623a9df6 100644 --- a/hub/apps/windows-app-sdk/deploy-unpackaged-apps.md +++ b/hub/apps/windows-app-sdk/deploy-unpackaged-apps.md @@ -1,5 +1,5 @@ --- -title: Windows App SDK deployment guide for non-MSIX-packaged apps +title: Windows App SDK deployment guide for fx-dependent non-MSIX-packaged apps description: This article provides guidance about deploying non-MSIX-packaged apps (see [What is MSIX?](/windows/msix/overview)) that use the Windows App SDK. Non-MSIX-packaged apps include sparse-packaged and unpackaged apps. ms.topic: article ms.date: 05/21/2021 @@ -9,9 +9,9 @@ author: stevewhims ms.localizationpriority: medium --- -# Windows App SDK deployment guide for non-MSIX-packaged apps +# Windows App SDK deployment guide for fx-dependent non-MSIX-packaged apps -This article provides guidance about deploying non-MSIX-packaged apps (see [What is MSIX?](/windows/msix/overview)) that use the Windows App SDK. Non-MSIX-packaged apps include sparse-packaged and unpackaged apps. +This article provides guidance about deploying framework-dependent non-MSIX-packaged apps (see [What is MSIX?](/windows/msix/overview)) that use the Windows App SDK. Non-MSIX-packaged apps include sparse-packaged and unpackaged apps. ## Overview