Windows apps (*.msix, *.msixbundle, *.appx, and *.appxbundle) offer functionality known as App Reset, and Repair. Which can be performed by the device user (without elevation) to re-install or refresh the Windows app installation in an attempt to resolve a failure with a Windows app.
Repair
You can repair Windows apps that have been installed to an online Windows image. When you use the Windows Settings to repair a Windows app, it will retain the app's data, as it attempts to re-load the application.
Repairing a Windows app
Repairing a Windows app using the Windows Settings:
1. Open the Settings app from the Start Menu.
1. Select the Apps menu item.
1. Select the Apps & Features menu item, from the left side navigation.
1. Select the app that needs to be reset.
1. Select the Advanced options link.
1. Select the Repair button.
Reset
You can reset Windows apps that have been installed to an online Windows image. When you use the PowerShell cmdlets, or the Windows Settings app to reset a Windows app, it will permanently delete the app's data, and re-install the app fresh. The Windows app will lose preferences, and/or sign-in details, etc.
Resetting a Windows app
Resetting a Windows app using Windows PowerShell:
1. Open an administrative PowerShell window, and type:
PowerShell Get-AppxPackage -Name "MyEmployees" | Reset-AppxPackage
Resetting a Windows App using the Windows Settings:
1. Open the Settings app from the Start Menu.
1. Select the Apps menu item.
1. Select the Apps & Features menu item, from the left side navigation.
1. Select the App that needs to be reset.
1. Select the Advanced options link.
1. Select the Reset button.
1. In the confirmation prompt, select the Reset button.
Plan and execute an endpoint deployment strategy, using essential elements of modern management, co-management approaches, and Microsoft Intune integration.
Tanaka Jimha tells us all about MSIX, the package format for installing Windows apps, including how to package your existing code with Visual Studio and how to deploy and distribute your app, via the web, the Microsoft Store, or an Enterprise distribution network. Chapters 00:00 - Introduction 00:51 - Benefits of packaging your app for distribution with MSIX? 01:57 - Will MSIX reliably install and uninstall my app? 02:56 - What new features will I be able to use if I convert to MSIX? 03:56 - Demo: Use Visu