Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to install package dependancies #32

Open
Maverynthia opened this issue Jan 20, 2022 · 3 comments
Open

Failed to install package dependancies #32

Maverynthia opened this issue Jan 20, 2022 · 3 comments

Comments

@Maverynthia
Copy link

App Installer failed to install package dependencies. Ask the developer for package.

@HighIander
Copy link

HighIander commented Feb 4, 2022

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

@jrollie
Copy link

jrollie commented May 3, 2022

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

@dudefoxlive
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants