You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
WindowsAppRuntimeInstall.exe
for version 1.1.5WindowsAppRuntimeInstall.exe
for version 1.1.4, see error, even though it was fixed in WindowsAppRuntimeInstaller.exe fails if newer version present #2723Expected 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
The text was updated successfully, but these errors were encountered: