Skip to content

[1.1.4] [Regression?] WindowsAppRuntimeInstaller.exe fails if newer version is present #2997

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
DominicMaas opened this issue Sep 26, 2022 · 4 comments
Assignees
Labels
area-Installer bug Something isn't working duplicate This issue or pull request already exists

Comments

@DominicMaas
Copy link

Describe the bug

Installing 1.1.4 on a system with 1.1.5 fails.

Easy to test this out in Windows Sandbox.

Steps to reproduce the bug

  1. Run WindowsAppRuntimeInstall.exe for version 1.1.5
  2. Run WindowsAppRuntimeInstall.exe for version 1.1.4, see error, even though it was fixed in WindowsAppRuntimeInstaller.exe fails if newer version present #2723
Installing license: MSIX_MAINPACKAGE_LICENSE
Install result : 0x0
Installing license: MSIX_SINGLETONPACKAGE_LICENSE
Install result : 0x0
Deploying package: Microsoft.WindowsAppRuntime.1.1_1004.584.2120.0_x64__8wekyb3d8bbwe
Package deployment result : 0x80073d06 The package could not be installed because a higher version of this package is already installed.
ErrorMessage: Windows cannot install package Microsoft.WindowsAppRuntime.1.1_1004.584.2120.0_x64__8wekyb3d8bbwe because it has version 1004.584.2120.0. A higher version 1005.616.1651.0 of this package is already installed.One or more install operations failed. Result: 0x80073d06

Expected behavior

Installer should report a success error code, as the dependency is installed. This breaks my current installer on machines that have 1.1.5 already installed.

Screenshots

No response

NuGet package version

No response

Packaging type

No response

Windows version

No response

IDE

No response

Additional context

No response

@DrusTheAxe
Copy link
Member

@sachintaMSFT tag you're it

Seems a dupe of a known issue. And fix in progress?

@DrusTheAxe DrusTheAxe removed their assignment Sep 26, 2022
@sachintaMSFT
Copy link
Contributor

@sachintaMSFT tag you're it

Seems a dupe of a known issue. And fix in progress?

No, it is not a known issue. Nothing changed in the code path of this fix. So, looking into it.

@sachintaMSFT sachintaMSFT added the bug Something isn't working label Sep 28, 2022
@tristanlabelle
Copy link

I'm seeing this issue as well with 1.4:

Add-AppxPackage : Deployment failed with HRESULT: 0x80073D06, The package could not be installed because a higher
version of this package is already installed.
Windows cannot install package Microsoft.WindowsAppRuntime.1.4_4000.1049.117.0_x64__8wekyb3d8bbwe because it has
version 4000.1049.117.0. A higher version 4000.1082.2259.0 of this package is already installed.
NOTE: For additional information, look for [ActivityId] 40eea5b5-47a2-0002-def0-f640a247da01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 40eea5b5-47a2-0002-def0-f640a247da01

@ssparach ssparach assigned ssparach and unassigned sachintaMSFT Oct 24, 2024
@ssparach ssparach added the duplicate This issue or pull request already exists label Oct 25, 2024
@ssparach
Copy link
Contributor

The issue described here is a duplicate of #3166

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Installer bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

6 participants