Forum Discussion
JosephDurnal1885
Apr 25, 2022Copper Contributor
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...
- Apr 26, 2022
I missed step 7
https://docs.microsoft.com/en-us/azure/virtual-desktop/app-attach-image-prep#create-a-vhd-or-vhdx-package-for-msixthe 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
JosephDurnal1885
Apr 26, 2022Copper Contributor
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