Forum Discussion
Offline installation of the packaging tool
- Jan 04, 2019
The Microsoft Store for Business web portal allows you to download the package and distribute within your enterprise. https://docs.microsoft.com/en-us/microsoft-store/distribute-offline-apps
John Vintzel
Program Manager Lead, MSIX
So first we have to set up Store For Business? The point was to install it without the store.
Johan Nilsson While I would like to see Microsoft make this easier, I can attest that it is at least possible. End-user's don't need to use the Store for Business/Education, but to deploy the packaging tool currently someone at IT does, and you can kindof figure out how to do it from the links (which are pretty generic so you have to wade through a lot). It is more work than the fiddler trick, but I don't think that trick works any more anyway.
The key to make this work for me was to understand that even though the store app is free, there still is a license. So after you add it to the Store for Business/Education and download the contents once, you'll have an appxbundle file and a dot bin file. The dotbin file is the license file. So gather them both and using add-appxprovisionedpackage for offline with the bin file as the license (alternatively you can invoke dism directly instead).