Using the MSIX Packaging Tool in a disconnected environment
While we make it super easy for users to acquire the MSIX Packaging Tool through the Microsoft Store, we know that not everyone has access to the Store or to a connected environment where they want to perform conversions. So this topic is about using the tool in a disconnected mode. The info here applies only to our public releases; not to our Insider program releases.
Get the MSIX Packaging Tool
You can download the latest version of the offline package below.
Example of offline installation
PS C:\> Add-AppxProvisionedPackage -Path C:\offline -PackagePath C:\MSIX\MyPackage.msix -LicensePath C:\MSIX\MyLicense.xml
The MSIX Packaging Tool driver is delivered as a Feature on Demand (FOD) package from Windows Update, and it will fail to install if the Windows Update service is disabled on the machine, or if Windows Insider flight ring settings don't match the operating system (OS) build number of the computer.
If you're in an enterprise environment with Windows Server Update Services (WSUS) or Systems Center (now Microsoft Endpoint Manager), then you might need to modify your default configuration (see How to make Features on Demand and language packs available when you're using WSUS or Configuration Manager). Or just download and install the FOD manually:
- Download the FOD .cab file for Windows 10, version 1809, x64 or Windows 10, version 1809, x86
- Download the FOD .cab file for Windows 10, version 1903, x64 or Windows 10, version 1903, x86 NOTE: This will also work for Windows 10, version 1909
- Download the FOD .cab file for Windows 10, version 2004, x64 NOTE: This will also work for later Windows 10 versions
- Download the FOD .cab file for Windows 11, version 21H2, x64
- Download the FOD .cab file for Windows 11, version 22H2, x64 NOTE: This will also work for later Windows 11 versions
- Individually-obtained Feature on Demand (FOD) packages can be installed using DISM command-line options. In an elevated PowerShell window type:
Dism /Online /add-package /packagepath:(path)
NOTE: Please ensure that the file path contains the right file name with the '.cab' extension.
IT admins can also create Side by side feature store (shared folder) to allow access to the MSIX Packaging tool driver FOD. You can find additional details at the bottom of the blog post Language pack acquisition and retention for enterprise devices.
Otherwise, if you have access to enterprise or OEM channels, then you can obtain the driver from Windows 10 Features on Demand media from one of the following sources:
- Volume Licensing Service Center (VLSC): Volume License access is required.
- OEM Portal: OEM access is required.
- MSDN Download: MSDN subscription is required.