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: flags: S; facility: 7 (FACILITY_WIN32); error: 15622 (more)

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