MSIX command-line utilities to access and manage MSIX packages.
This repository is based on various projects, musings, investigations and experimentation to explore interesting, useful or simply neat ideas and scratch some personal itches. You'll have to decide for yourself whether you find these tools useful or dead ends (or both).
- Windows 11 (aka >=21H2 aka >=10.0.22000.0)
TBD
This command line executable provides access to MSIX functionality required admin privilege.
If not launched elevated you'll see a UAC prompt to allow elevation, or process creation will fail. Nothing magical, just the usual Fusion manifest games (OK, perhaps that is a bit magical... :P).
Run msixadmin --help for more information.
Run
msixadmin tool propertysheet installto install the MSIX PropertySheet page. This shows a new MSIX tab in Explorer's property sheet for
MSIX files.
NOTE: Currently supports *.msix and *.appx. Bundles and more are on the TODO list.
#1 MSIX tab for a new .msix file. Install button will Add the package.
#2 MSIX tab for a new .msix file. Install button will Stage the package.
#3 MSIX tab for a Staged package.
#4 MSIX tab for a Registered package.
- Handler not appearing: Make sure the DLL is registered correctly
- Wrong architecture: Match DLL architecture (x64/arm64) with Explorer process
See the LICENSE file in the root directory.



