Skip to content

WindowsAppRuntime installation error: The package could not be installed because a higher version of this package is already installed. #2708

Answered by DrusTheAxe
rcohn asked this question in Q&A
Discussion options

You must be logged in to vote

Microsoft.WindowsAppRuntime.1.1_1000.516.2156.0_x64__8wekyb3d8bbwe Package deployment result : 0x80073d06 The package could not be installed because a higher version of this package is already installed. One or more install operations failed. Result: 0x80073d06

That's a bug - it should be OK, not an error.

If v1.1.3 is installed and you run the installer for v1.1.2 we call packageManager.AddPackageAsync(...v1.1.2...) which reutrns 0x80073d06 == ERROR_INSTALL_PACKAGE_DOWNGRADE which is technically an error but functionally it's OK. If you build with 1.1.2 we don't require the runtime packages exactly match 1.1.2, but rather that there needs to be a package equal-or-higher than 1.1.2 (i.e.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@rcohn
Comment options

@DrusTheAxe
Comment options

Answer selected by DrusTheAxe
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants