App Installer

Source: Wikipedia, the free encyclopedia.
App Installer

App Installer is 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.[2]

The only other Windows components capable of installing APPX packages are

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.[3]

The design for App Installer is similar to the one for the classic

digital certificate. Unlike a standalone installer, App Installer refuses to install an app without a valid digital certificate.[4]
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.[5]

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

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.[6]

References

  1. ^ Dean, Madeleine (28 April 2016). "Microsoft Desktop App Installer to improve the install of .appx apps". Windows Report.
  2. ^ Surur (May 2, 2016). "Microsoft Desktop App Installer now available in the Windows Store". MSPoweruser.
  3. ^ Hassan, Mehedi (April 25, 2016). "Microsoft Desktop App Installer will make installing apps with .appx files a lot easier". MSPoweruser.
  4. ^ Hoffman, Chris. "How to Convert a Windows Desktop App to a Universal Windows App". How-To Geek.
  5. ^ "App Installer". Windows Store. Microsoft.
  6. ^ dianmsft (2021-12-30). "What is MSIX? - MSIX". Microsoft Learn. Retrieved 2023-09-12.