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