UWP: how to install side-loaded app when AppX Installer is not installed on the machine

Viewed 23

I need to install a UWP app, side-loaded, onto a machine that does not have access to the Microsoft Store.

This machine doesn't even have the AppX installer app, therefore I cannot install any of those files (that come in the installation package of the sideloaded app):

  • msixbundle
  • msix

So, two questions:

  1. Is there a place where I can download and install this AppX installer app (obviously not from the MS Store)?
  2. Can I manually recreate the installation procedure, maybe unzipping the content of the .msix? How can I create the correct folder hierarchy for LocalSTate etc.?
0 Answers
Related