Oct 14 2020 11:20 AM
I found a strange issue the other day. When the Minor version number is greater than or equal to 10, Windows 10 2004 machines will not be able to install a package from a URI. UNC paths work.
Here is the full error message:
"App installation failed with error message: error 0xC00CEE23: The XML in the .appinstaller file is not valid: Line 14, Column 11, Reason: '>' expected. (0xc00cee23)"
Everything works fine when the version is 9 or less. I just created a 3.10.X.X release for my WPF application & that's when I found the bug. For the time being I just kept my Minor version 9 in the package, & increased the Build number. Not sure what's going to happen when build number reaches 10.
When I test the installer on my local network using a UNC path, everything works fine. It's only when I changed to my HTTPS URL that I receive this error.
There were similar mentions of the error in the comments for this topic.
Oct 28 2020 12:07 PM
@bvenhaus I have the same problem here !
Oct 29 2020 11:04 AM
Thanks for reporting this @bvenhaus. We're looking into the issue and working to get it resolved.
Cheers,
Tanaka
Dec 20 2020 04:22 AM
Same issue here too.
Apr 15 2021 03:26 AM - edited Apr 15 2021 03:27 AM
@bvenhaus @Tanaka_Jimha we have the same issue. It's really sad that no response within half of a year.
Apr 30 2021 06:48 AM
Jul 05 2021 01:06 AM
Sep 02 2021 09:31 AM - edited Sep 02 2021 09:32 AM
I just encountered the same problem and the only reasonable solution was padding version numbers, e.g. first version 1.1.1000.0, second version 1.1.1001.0. I haven't test it deeply but it worked with a few examples. It would probably be a good idea versioning as 1000.1000.1000.0 and always keep the same version-string size to avoid the catching issue.
Apr 26 2022 05:27 PM
@plex4j Same issue.
I actually wanted to revise my version numbering system prior to launch.
Sadly not to be? Cant set a version number to year.
Would be nice to get a resolution?
Aug 31 2022 06:40 AM
Aug 29 2023 01:44 AM
SolutionHi all,
I am from the MSIX team. This issue has been resolved.
It was an issue in appinstaller that was fixed with an update.
Please let me know in case you still face this issue after updating your Windows.
Thanks for the feedback!
Regards,
Sushant Bansal
PM, MSIX Team