Forum Discussion

JosephDurnal1885's avatar
JosephDurnal1885
Copper Contributor
Apr 25, 2022
Solved

Msix structure error: No parent folder found

Getting this error when I try to add an MSIX Package to the host pool.   {"code":"400","message":"ActivityId: XXXX Error: The MSIX Application metadata expand request failed on all Session Hosts th...
  • JosephDurnal1885's avatar
    Apr 26, 2022

    JosephDurnal1885 

     

    I missed step 7
    https://docs.microsoft.com/en-us/azure/virtual-desktop/app-attach-image-prep#create-a-vhd-or-vhdx-package-for-msix

    the MSIX must be extracted to a folder within the mounted VHD, it can't be on the root.

     

    msixmgr.exe -Unpack -packagePath <package>.msix -destination "f:\FolderRequired" -applyacls

Resources