Forum Discussion

Sergio_J_Re's avatar
Sergio_J_Re
Icon for Microsoft rankMicrosoft
Jan 30, 2025

MSIX Packaging tool fails to install offline for Win 11 22H2 and newer

Followed the instructions here: Using the MSIX Packaging Tool in a disconnected environment - MSIX | Microsoft Learn:
dism /online /add-package /packagepath:"C:\MSIX\Msix-PackagingTool-Driver-Package~31bf3856ad364e35~amd64~~1.cab" 

but installation fails with error: Msix-PackagingTool-Driver-Package Error: 0x800f0818

CBS log provides the following detail: 

Info                  CBS    Package doesn't match FOD for the current OS, package: Msix-PackagingTool-Driver-Package~31bf3856ad364e35~amd64~~10.0.22000.1, expected:Msix-PackagingTool-Driver-Package~31bf3856ad364e35~amd64~~10.0.22621.1 [HRESULT = 0x800f0818 - CBS_E_IDENTITY_MISMATCH]

 

5 Replies

  • Crazylarry's avatar
    Crazylarry
    Copper Contributor

    In the end I had to download the driver Msix-PackagingTool-Driver-Package~31bf3856ad364e35~amd64~~.cab file on a connected VM running Win11 24H2 and then apply it to my disconnected VM.

  • luchete's avatar
    luchete
    Iron Contributor

    Hello Sergio_J_Re

    Let me see if I can give you some help.

    For the error it looks like the version of the MSIX Packaging Tool driver package you're trying to install isn't matching the version required for your current OS (Win 11 22H2). The error usually is caused by a mismatch in the expected version numbers. You’ll need to download the correct driver package that matches the version of Windows you're using. Try getting the MSIX Packaging Tool driver package for the exact version of Windows 11 (like 22621) and try installing it again. This should resolve the issue.

    I hope it helps!

    • Crazylarry's avatar
      Crazylarry
      Copper Contributor

      I am also getting this problem. I have downloaded the correct driver package file according to the Microsoft tech page which states: 

      • Download the FOD .cab file for Windows 11, version 22H2, x64 NOTE: This will also work for later Windows 11 versions

       

Resources