I know how to setup AppX Apps for offline deployment via SCCM, setting up Dependencies folders for frameworks etc.
However I have an App that also requires metadata files in ProgramData before installation. In a batch file for manual install (or MDT deployment) I just have a copy line which targets C:\ProgramData\Microsoft\Windows\DeviceMetadataStore\en-US.
However this doesn't seem like the solution for SCCM Application Deployments. Is there some extra tweak required in the Application or do I need to setup some clunky file copy somewhere?