App Installer
{{Short description|Software component of Windows 10}}{{Sections|date=June 2025}}{{About|the Microsoft Windows component|the installation of the operating system itself|Windows Setup}}
{{redirect-distinguish|MSIX|M6 (disambiguation){{!}}M6}}
{{Infobox software
| name = App Installer
| logo = App Installer icon.svg
| logo size = 86
| logo_alt =
| screenshot = {{Switcher | 270px | Light mode | 270px |Dark mode }}
| screenshot_alt =
| screenshot_size = 270
| caption = App Installer running on Windows 11
| developer = Microsoft
| released = {{sda|2016|df=y}}
| latest release version = 1.25.340.0
| latest release date = {{sda|2025|03}}{{Cite web
| url = https://apps.microsoft.com/detail/9nblggh4nns1
| title = App Installer
| website = Microsoft Apps
| access-date = 2025-04-02}}
| operating system = Windows 10, Windows 11
| genre = Installer
}}
App Installer is a software component of Windows 10, introduced in the 2016 Anniversary Update, used for the installation and maintenance of applications packaged in .appx or .appxbundle installation packages; they are loosely relational databases with an XML app manifest.{{cite web|last1=Dean|first1=Madeleine|title=Microsoft Desktop App Installer to improve the install of .appx apps|url=http://windowsreport.com/microsoft-desktop-app-installer-appx-apps|website=Windows Report|date=28 April 2016}} The .appx and .appxbundle files contain either a Win32 or a Universal Windows Platform app, icons for the Start menu and taskbar, a virtualized version of any Windows Registry keys needed, and any other assets needed for the installed app to function.{{cite web|title=Microsoft Desktop App Installer now available in the Windows Store|url=https://mspoweruser.com/microsoft-desktop-app-installer-now-available-in-the-windows-store/|website=MSPoweruser|author=Surur|date=May 2, 2016}}
The only other Windows components capable of installing APPX packages are Windows Store and Windows PowerShell. However, the latter requires Developer Mode to be turned on. App Installer provides a more user-friendly interface that is opened by clicking on the installation package.{{cite web|title=Microsoft Desktop App Installer will make installing apps with .appx files a lot easier|url=https://mspoweruser.com/microsoft-desktop-app-installer-will-make-installing-appx-lot-easier/|website=MSPoweruser|first=Mehedi|last=Hassan|date=April 25, 2016}}
The design for App Installer is similar to the one for the classic Windows Installer, which installs stand-alone MSI files. It shows the app name, the developer, the Start menu tile, and a set of capabilities enabled by the app manifest. If the user clicks the Install button at the bottom right corner, the App Installer checks the app's digital certificate. Unlike a standalone installer, App Installer refuses to install an app without a valid digital certificate.{{cite web|last1=Hoffman|first1=Chris|title=How to Convert a Windows Desktop App to a Universal Windows App|url=http://www.howtogeek.com/250041/how-to-convert-a-windows-desktop-app-to-a-universal-windows-app/|website=How-To Geek}} If the certificate is valid, the app displays a blue installation progress bar. It shows the user a button to launch the app once it is fully installed.
App Installer is physically more flexible than Windows Installer. It can be resized and viewed in full-screen mode and the background changes based on the system-wide light or dark mode. Apps installed with App Installer can be updated through the Windows Store. It is also possible to update an app with an App Installer by opening the package with a higher version number than the one installed. Since APPX installations are sandboxed, unlike traditional software, running multiple installations at once is possible.{{cite web|title=App Installer|url=https://www.microsoft.com/en-us/store/p/app-installer/9nblggh4nns1|website=Windows Store|publisher=Microsoft}}
MSIX packages are designed to have a stable installation progress. Along with the ability to uninstall, MSIX packages share files across the system to save space. The packages are currently supported for installations and updates across Windows Desktop, Server, and Enterprise. These packages can be entirely self-contained or fetch files from a remote location to complete the install. All distributed apps are required to be signed by a key from a trusted Certificate Authority.{{Cite web |last=dianmsft |date=2021-12-30 |title=What is MSIX? - MSIX |url=https://learn.microsoft.com/en-us/windows/msix/overview |access-date=2023-09-12 |website=Microsoft Learn |language=en-us}}