Failed to install WPF in client PC - 0x80073CFD

0

I have an internal WPF application to be installed in client's PC. Usually I start with the installation of these three dependency files

Microsoft.NET.CoreFramework.Debug.2.2.appx
Microsoft.NET.CoreRuntime.2.2.appx
Microsoft.VCLibs.x64.Debug.14.00.appx 

Then, I need to install the appxbundle file to complete the installation. But this client's PC don't have app installer and I was told to run PowerShell as administrator for installation. The command I used was

Add-AppxPackage -Path "file location/file" 

I managed to install the dependency files but I couldn't install the appxbundle file. The error appeared was as below

Deployment failed with HRESULT: 0x80073CFD, A Prerequisite for an install could not be satisfied

How should I go about solving this error? For it only happens when the installation is done using PowerShell.

wpf
powershell
uwp
dependencies
asked on Stack Overflow Jun 22, 2020 by Karl • edited Jun 22, 2020 by ΩmegaMan

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0