Forum Discussion
bvenhaus
Oct 14, 2020Copper Contributor
Error 0xC00CEE23 when Minor Version >= 10
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. Her...
- Aug 29, 2023
Hi 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
plex4j
Sep 02, 2021Copper Contributor
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.