MSIX Packaging Tool Driver W11 multi-session 22621.1 cab file


anpo9598

New member
Local time
6:03 AM
Posts
1
OS
W11 23H2 Enterprise
We need the MSIX Packaging Tool Driver cab for the multi-session 22621.1 version. We are doing an image build specific to MSIX packaging in a Azure Citrix multi-session environment. Therefore, we need to do the install offline. I cannot find the .cab file anywhere for optional features. I tried the UUP but the script throws error saying the list is empty.

Any help much appreciated!

Error from attempting to install the .cab files provided at the

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]
 
Windows Build/Version
22621.1

My Computer

System One

  • OS
    W11 23H2 Enterprise
    Computer type
    Laptop
    Manufacturer/Model
    Dell

anpo9598

You can try this:

Open the Terminal Powershell Administrator
Cut and paste the command below:
DISM /Online /Get-Capabilities
You should see a list.
In the list find the Capability Identity : Msix.PackagingTool.Driver~~~~0.0.1.0 name.
Now copy and paste this command:
DISM /Online /Add-Capability /CapabilityName:Msix.PackagingTool.Driver~~~~0.0.1.0
and press Enter.
In therory this will install the MSIX Packaging Tool Driver W11 Package
Now comes the failed implementation warning but.......there's a trick:
On the first attempt it will launch an error, normal things to happen.
Once finished, try again the implementation with the very same command:
DISM /Online /Add-Capability /CapabilityName:Msix.PackagingTool.Driver~~~~0.0.1.0
and see what happens.
In most cases it finishes succesfully
Reboot the device and search for Windows Updates
 

My Computer

System One

  • OS
    Windows 11 LTSC
    Computer type
    PC/Desktop
    Manufacturer/Model
    MSI
    CPU
    AMD Ryzen 9 5900X 12-Core Processor
    Motherboard
    MAG B550 TORPEDO (MS-7C91)
    Memory
    32GB
    Graphics Card(s)
    AMD Radeon RX 6600
    Sound Card
    Realtek High Definition Audio + AMD High Definition Audio Device
    Monitor(s) Displays
    96 * 96 Pixels/Inch
    Screen Resolution
    1920 * 1080 Píxeles
    Hard Drives
    Samsung PSSD T9 SCSI Disk Device (USB)
    PSU
    MSI
    Case
    MSI
    Cooling
    MSI
    Keyboard
    MSI
    Mouse
    MSI
    Internet Speed
    1000MB
    Browser
    Brave
    Antivirus
    Defender
UUP dump doesn't provide Msix-PackagingTool-Driver-Package, because it's a FOD package found on the 22H2/23H2 Languages and Optional Features ISO. It's not part of the normal Windows ISO, so they can't offer it to you.

If you download both the MSIX bundle and the offline license XML, then the install command for a DISM mounted image:
Code:
powershell Add-AppxProvisionedPackage -Path D:\mounted\folder -PackagePath D:\path\to\MSIXPackagingtoolv1.2024.405.0.msixbundle -LicensePath D:\path\to\MSIXPackagingtoolv1.2024.405.0.License.xml
 

My Computer

System One

  • OS
    Windows 7
Back
Top Bottom