Hi,
I want to install Warehouse management app available on windows store in the VHD.
I downloaded the Warehouse management app msixbundle from the app center. But when I'm trying to install it, I'm getting the Microsoft.UI.Xaml.2.4 dependency error which I'm not sure how to resolve.

PS C:\windows\system32> Add-AppxPackage -Path "C:\Users\Administrator\Downloads\WarehouseMobileApp.UWP_2.0.40.0_x86_x64_ARM.msixbundle"
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict
validation.
Windows cannot install package Microsoft.WarehouseManagement_2.0.40.0_x64__8wekyb3d8bbwe because this package depends
on a framework that could not be found. Provide the framework "Microsoft.UI.Xaml.2.4" published by "CN=Microsoft
Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral or x64 processor architecture and
minimum version 2.42007.9001.0, along with this package to install. The frameworks with name "Microsoft.UI.Xaml.2.4"
currently installed are: {}
NOTE: For additional information, look for [ActivityId] 66cce49d-2996-0004-503f-cd669629d901 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 66cce49d-2996-0004-503f-cd669629d901
At line:1 char:1
Add-AppxPackage -Path "C:\Users\Administrator\Downloads\WarehouseMobi ...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CategoryInfo : WriteError: (C:\Users\Admini..._ARM.msixbundle:String) [Add-AppxPackage], IOException
FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Appreciate any tips.
P.S:
I was able to setup the Mobile Device App on Windows 10 (and connected it to UAT instance)