mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 05:17:22 +00:00
fixed validation warnings
This commit is contained in:
parent
82317a45d6
commit
30437e4ea7
@ -16,7 +16,9 @@ ms.topic: article
|
||||
# How to add apps and features to Windows 10
|
||||
> Applies to: Windows 10
|
||||
|
||||
Windows 10 includes a range of [applications](apps-in-windows-10.md), from [system apps](apps-in-windows-10.md#system-apps) that support the operating system (like Settings) to ["provisioned" apps](apps-in-windows-10.md#provisioned-windows-apps) (like Feedback Hub) that are installed the first time you run Windows. We also provide additional apps and features, called Features on Demand (like language packs or handwriting recognition), that you can install at any time. If you're working in a managed environment (like at work, where you have an administrator who manages your systems and resources), your admin can use [Windows Update to install Features on Demand](/windows-hardware/manufacture/desktop/features-on-demand-v2--capabilities). If you're working on your own device, you can add apps and features from the Settings app.
|
||||
Windows 10 includes a range of [applications](apps-in-windows-10.md), from [system apps](system-apps-windows-client-os.md) that support the operating system (like Settings) to ["provisioned" apps](provisioned-apps-windows-client-os.md) (like Feedback Hub) that are installed the first time you run Windows. We also provide additional apps and features, called Features on Demand (like language packs or handwriting recognition), that you can install at any time. If you're working in a managed environment (like at work, where you have an administrator who manages your systems and resources), your admin can use [Windows Update to install Features on Demand](/windows-hardware/manufacture/desktop/features-on-demand-v2--capabilities).
|
||||
|
||||
If you're working on your own device, you can add apps and features from the Settings app.
|
||||
|
||||
Here's how you do that:
|
||||
|
||||
|
@ -25,7 +25,7 @@ As organizations become more global, and to support employees working from anywh
|
||||
|
||||
In this article, we mention these services. If you're not managing your devices using an MDM provider, the following resources may help you get started:
|
||||
|
||||
- [Microsoft Endpoint Manager overview](mem/endpoint-manager-overview)
|
||||
- [Microsoft Endpoint Manager overview](/mem/endpoint-manager-overview)
|
||||
- [What is Microsoft Intune](/mem/intune/fundamentals/what-is-intune) and [Microsoft Intune planning guide](/mem/intune/fundamentals/intune-planning-guide)
|
||||
- [What is Configuration Manager?](/mem/configmgr/core/understand/introduction)
|
||||
|
||||
|
@ -1,42 +0,0 @@
|
||||
---
|
||||
title: Repackage your existing win32 applications to the MSIX format.
|
||||
description: Learn how to install and use the MSIX packaging tool to repackage your existing win32 applications to the MSIX format.
|
||||
keywords: ["MSIX", "application", "app", "win32", "packaging tool"]
|
||||
ms.prod: w10
|
||||
ms.mktglfcycl: manage
|
||||
ms.sitesec: library
|
||||
ms.localizationpriority: medium
|
||||
ms.author: greglin
|
||||
ms.topic: article
|
||||
ms.date: 12/03/2018
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
author: greg-lindsay
|
||||
|
||||
ROBOTS: NOINDEX
|
||||
---
|
||||
|
||||
# Repackage existing win32 applications to the MSIX format
|
||||
|
||||
MSIX is a packaging format built to be safe, secure and reliable, based on a combination of .msi, .appx, App-V and ClickOnce installation technologies. You can [use the MSIX packaging tool](/windows/msix/packaging-tool/create-app-package-msi-vm) to repackage your existing Win32 applications to the MSIX format.
|
||||
|
||||
You can either run your installer interactively (through the UI) or create a package from the command line. Either way, you can convert an application without having the source code. Then, you can make your app available through the Microsoft Store.
|
||||
|
||||
- [Package your favorite application installer](/windows/msix/packaging-tool/create-app-package-msi-vm) interactively (msi, exe, App-V 5.x and ClickOnce) in MSIX format.
|
||||
- Create a [modification package](/windows/msix/packaging-tool/package-editor) to update an existing MSIX package.
|
||||
- [Bundle multiple MSIX packages](/windows/msix/packaging-tool/bundle-msix-packages) for distribution.
|
||||
|
||||
## Installing the MSIX Packaging Tool
|
||||
|
||||
### Prerequisites
|
||||
|
||||
- Windows 10, version 1809 (or later)
|
||||
- Participation in the Windows Insider Program (if you're using an Insider build)
|
||||
- A valid Microsoft work or school account to access the app from the Microsoft Store
|
||||
- Admin privileges on your PC account
|
||||
|
||||
### Get the app from the Microsoft Store
|
||||
|
||||
1. Use the Microsoft work or school account login associated with your Windows Insider Program credentials in the [Microsoft Store](https://www.microsoft.com/store/r/9N5LW3JBCXKF).
|
||||
2. Open the product description page.
|
||||
3. Click the install icon to begin installation.
|
@ -4,8 +4,9 @@ items:
|
||||
- name: Application management
|
||||
items:
|
||||
- name: Apps in Windows client OS
|
||||
href: apps-in-windows-10.md
|
||||
items:
|
||||
- name: Common app types
|
||||
href: apps-in-windows-10.md
|
||||
- name: Provisioned apps in Windows client OS
|
||||
href: provisioned-apps-windows-client-os.md
|
||||
- name: System apps in Windows client OS
|
||||
@ -18,8 +19,6 @@ items:
|
||||
href: enterprise-background-activity-controls.md
|
||||
- name: Enable or block Windows Mixed Reality apps in the enterprise
|
||||
href: manage-windows-mixed-reality.md
|
||||
- name: Repackage win32 apps in the MSIX format - DELETE
|
||||
href: msix-app-packaging-tool.md
|
||||
- name: Application Virtualization (App-V)
|
||||
items:
|
||||
- name: App-V for Windows 10 overview
|
||||
|
Loading…
x
Reference in New Issue
Block a user