.MSIX File Extension
MSIX Installer Package
Developer | Microsoft |
Popularity |
3.7 | 206 Votes |
What is an MSIX file?
An MSIX file is a Zip-compressed package used to distribute and install an application in Windows 10 version 1809 and later. It contains the application's data files and .XML configuration files, which are required for installation. The MSIX file format is based on the .MSI, .APPX, ClickOnce, and App-V installation technologies.
More Information
MSIX is a universal package format that developers can use to distribute their programs to users through the Microsoft Store. Microsoft introduced the MSIX format in 2018, with the release of Windows 10 version 1809. The format supports classic Win32 apps and is designed to eventually replace AppX, MSI, and other Windows installer formats. MSIX offers enhanced security, streamlined app updates through Windows, and cleaner app uninstallation.
Several programs, including Microsoft Visual Studio, MSIX Packaging Tool, and Caphyon Advanced Installer, can create MSIX packages. If you have an existing app that you want to save in the MSIX format, you can use the MSIX Packaging Tool to quickly repackage your app.
How to open an MSIX file
To open an MSIX file and begin installing the packaged app in Windows 10 or higher, double-click the file. App Installer opens the MSIX file and shows information about the app, such as its name, publisher, version, and requested capabilities. Follow the prompts in App Installer to complete the installation. MSIX packages are extracted to the ProgramFiles\WindowApps directory.
If you want to examine an MSIX file's contents instead of installing the packaged app, you can extract the contents using a Zip decompression utility, such as Corel WinZip or RARLAB WinRAR. To extract the contents, change the .msix file extension to .zip, then extract the files using the Zip decompression program. Make sure to change the .zip file extension back to .msix before installing the app.