Windows error 0x80073D06, -2147009274

Detailed Error Information

INSTALL_PACKAGE_DOWNGRADE[1]

MessageThe package could not be installed because a higher version of this package is already installed.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code15622 (0x3d06)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x00003d06.

Questions

0votes
1answer

Check if newer Version of AppxPackage is installed

I wanted to know if can check if a newer Version of a Package is installed in Powershell. I wanted to install the Package "Microsoft.VCLibs.x86.14.00.appx" via powershell. I do that by the command: Add-AppxPackage .\Microsoft.VCLibs.x86.14.00.appx but then I get the error: HRESULT: 0x80073D06, The Package could not be installed because [...] read more
powershell
uwp
windows-10-universal
appx

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0