AppInstallerFileBuilder ModificationPackages Section in appinstaller file not work
fankhpe opened this issue · 2 comments
fankhpe commented
error 0xC00CE014: App manifest validation error: The app manifest must be valid as per schema: Line 11, Column 4, Reason: Element '{http://schemas.microsoft.com/appx/appinstaller/2017}ModificationPackages' is unexpected according to content model of parent element '{http://schemas.microsoft.com/appx/appinstaller/2017}
jvintzel commented
Looks like the app referenced a schema that was not implemented. Modification Packages should be under the OptionalPackages element in the XML.
Huios commented
This is fixed in the new version of the AppInstallerFileBuilder