| App Installer | |
|---|---|
App Installer running onWindows 11 | |
| Developer | Microsoft |
| Initial release | 2016; 9 years ago (2016) |
| Stable release | |
| Operating system | Windows 10,11 |
| Type | Installer |
App Installer is asoftware component ofWindows 10, introduced in the 2016Anniversary Update, used for the installation and maintenance of applications packaged in.appx or .appxbundleinstallation packages; they are looselyrelational databases with anXML app manifest.[3] The .appx and .appxbundle files contain either aWin32 or aUniversal Windows Platform app, icons for theStart menu and taskbar, a virtualized version of anyWindows Registry keys needed, and any other assets needed for the installed app to function.[4]
The only other Windows components capable of installing APPX packages areMicrosoft Store andWindows 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.[5]
The design for App Installer is similar to the one for the classicWindows 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'sdigital certificate. Unlike a standalone installer, App Installer refuses to install an app without a valid digital certificate.[6] 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 ordark 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.[7]
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 WindowsDesktop,Server, andEnterprise. 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 trustedCertificate Authority.[8]