-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Describe the bug
When trying to install the latest betas (b4 or b5) from the .msix from the FTP site I get an "Error in parsing the app package." message and a failed install. Attempting to install via the MS store also fails with "There has been an error".
b3 installs from the .msix with no issue so it looks like a change in the .msix for b4/b5. The .msi installer for b5 also works although after using it I understand the desire to move to .msix as it gives even less indication that the install was successful.
To Reproduce
Try to install the latest betas on a Windows 10 machine from the b4 or b5 .msix files. Same result on 2 different Win10 machines, I don't have a Win11 machine to test with.
Additional context
I see this in the applications and services logs as a new error under AppxPackagingOM when I try to run the .msix installer so I think it's related - I see the same error appear when trying to install from the Windows store:
error 0xC00CE014: App manifest validation error: The app manifest must be valid as per schema: Line 135, Column 18, Note: The schema for MaxVersionTested specified does not recognize XML fields with namespace "http://schemas.microsoft.com/appx/manifest/com/windows10/4". Please ensure that you have the correct MaxVersionTested specified. Reason: Element '{http://schemas.microsoft.com/appx/manifest/com/windows10/4}Extension' is unexpected according to content model of parent element '{http://schemas.microsoft.com/appx/manifest/foundation/windows10}Extensions'.
Expecting: {http://schemas.microsoft.com/appx/manifest/foundation/windows10}ApplicationExtensionChoice, {http://schemas.microsoft.com/appx/manifest/foundation/windows10}ExtensionChoice.

