Skip to content

Commit

Permalink
updating descriptions (#2437)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewhims authored Apr 5, 2022
1 parent 84328c8 commit 2c62394
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions hub/apps/windows-app-sdk/deploy-packaged-apps.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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).

Expand Down
6 changes: 3 additions & 3 deletions hub/apps/windows-app-sdk/deploy-unpackaged-apps.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down

0 comments on commit 2c62394

Please sign in to comment.