Forum Discussion
Add-AppxPackage -Register, 0x80073CF9, The manifest is not located in the package root directory.
- Charles_Y9495Jan 26, 2023Copper ContributorThanks for your suggestions. I have updated the information in the post to include the contents of AppxManifest.xml and an event log.
- Jan 26, 2023
I'm not sure what you are trying to accomplish, and suspect that what I see is a mashup up different things.
1) The -Register option of the Add-AppxPackage command is for use with AppAttach, used for non-persistent VDI scenarios. General use of Add-AppxPackage does not use this option and the command line would reference a .appx or .msix package that was previously created using the MakeAppX or MakeMsix command.
2) The AppxManifest file appears to be UWP from the contents. That's fine, but I am unsure if AppAttach deals with UWP apps (as in I just don't know, I have never tried it myself). But anyway, there are clearly incorrect fields in the file. The value for DisplayName (in several places) looks like a placeholder for the validation type. You should just have a normal looking name in that field rather than "ms-resource:xxx".Hopefully this will get you more into the right direction.