LTSC-Add-MicrosoftStore
LTSC-Add-MicrosoftStore copied to clipboard
Failed to install package dependancies
App Installer failed to install package dependencies. Ask the developer for package.
I am having a similar issue. This is the full error message:
Add-AppxPackage : Fehler bei Bereitstellung. HRESULT: 0x80073D19, Fehler aufgrund der Abmeldung eines Benutzers
Das Paket "Microsoft.VCLibs.140.00_14.0.26706.0_x86__8wekyb3d8bbwe" kann nicht installiert werden, da es die Version
14.0.26706.0 aufweist. Die höhere Version 14.0.30704.0 dieses Pakets ist bereits installiert. HINWEIS: Wenn Sie
weitere Informationen wünschen, suchen Sie im Ereignisprotokoll nach [ActivityId] 4a9e090f-19af-0002-18e1-a04aaf19d801,
oder verwenden Sie die Befehlszeile Get-AppxLog -ActivityID 4a9e090f-19af-0002-18e1-a04aaf19d801
In Zeile:1 Zeichen:1
+ Add-AppxPackage -Path Microsoft.VCLibs.140.00_14.0.26706.0_x86__8weky ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (C:\Users\...kyb3d8bbwe.Appx:String) [Add-AppxPackage], Exception
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Fehler bei Bereitstellung. HRESULT: 0x80073D19, Fehler aufgrund der Abmeldung eines Benutzers
Das Paket Microsoft.WindowsStore_11809.1001.7.0_x64__8wekyb3d8bbwe kann von Windows nicht installiert werden, da es von
einem Framework abhängig ist, das nicht gefunden wurde. Stellen Sie das von CN=Microsoft Corporation, O=Microsoft
Corporation, L=Redmond, S=Washington, C=US veröffentlichte Framework Microsoft.NET.Native.Framework.1.6 mit einer
neutralen oder x64-Prozessorarchitektur und Mindestversion 1.6.24903.0 zusammen mit dem zu installierenden Paket
bereit. Die derzeit installierten Frameworks mit de
Das Paket Microsoft.WindowsStore_11809.1001.7.0_x64__8wekyb3d8bbwe kann von Windows nicht installiert werden, da es von
einem Framework abhängig ist, das nicht gefunden wurde. Stellen Sie das von CN=Microsoft Corporation, O=Microsoft
Corporation, L=Redmond, S=Washington, C=US veröffentlichte Framework Microsoft.NET.Native.Framework.1.6 mit einer
neutralen oder x64-Prozessorarchitektur und Mindestversion 1.6.24903.0 zusammen mit dem zu installierenden Paket
bereit. Die derzeit installierten Frameworks mit dem Namen Microsoft.NET.Native.Framework.1.6 sind:
{Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe} HINWEIS: Wenn Sie weitere
Informationen wünschen, suchen Sie im Ereignisprotokoll nach [ActivityId] 4a9e090f-19af-0002-e4e3-a04aaf19d801, oder
verwenden Sie die Befehlszeile Get-AppxLog -ActivityID 4a9e090f-19af-0002-e4e3-a04aaf19d801
In Zeile:1 Zeichen:1
+ Add-AppxPackage -Path Microsoft.WindowsStore_11809.1001.713.0_neutral ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (C:\Users\...bbwe.AppxBundle:String) [Add-AppxPackage], Exception
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
I was able to resolve this issue (I believe this has to do something with the 21H2 update but didnt dig in too much) by updating both VCLibs.appx files to the newer version found here: https://github.com/M1k3G0/Win10_LTSC_VP9_Installer/blob/master/Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe.appx & https://github.com/M1k3G0/Win10_LTSC_VP9_Installer/blob/master/Microsoft.VCLibs.140.00_14.0.30704.0_x86__8wekyb3d8bbwe.appx
Are you running LTSC 2021? If so I think this is normal as its attempting to install an older version of the package. Just ignore it as LTSC includes a newer version of what is already installed.