Windows error 0x80073CFD, -2147009283

Detailed Error Information

INSTALL_PREREQUISITE_FAILED[1]

MessageA Prerequisite for an install could not be satisfied.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code15613 (0x3cfd)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x00003cfd.

Questions

19votes
2answers

Microsoft Universal Apps and Unit Testing, trouble with AppModel version

I started a new Solution to try the Universal Apps. To test my code I want to add a unit test project (windows phone 8.1), but if I do so I get this error message when I start a unit test: > Error : DEP0700 : Registration of the app [...] read more
c#
unit-testing
windows-phone-8
windows-8.1
10votes
6answers

Can't deploy universal app to phone with Windows 10 Mobile Tech Preview

I have a developer unlocked Lumia 635 just yesterday updated to Windows 10 Mobile Technical Preview (OS version: 10.0.12562.84). After creating "Blank App (Windows Universal)" targeting Windows Phone 10 in Visual Studio 2015 RC and tried to deploy it to the device (and have changed configuration to ARM for that [...] read more
deployment
win-universal-app
windows-10
windows-10-mobile
4votes
4answers

Windows 10 UAP deploy code 705 and DEP0700 / DEP6100 / DEP6200

I'm trying to make a new version of my apps to target w10 with Visual Studio 2015 community on a surface pro (v1). I installer w10 with the update and Visual studio 2015 community final version. I create a new project (or download a sample, same result), i try to [...] read more
visual-studio-2015
windows-10
win-universal-app
windows-10-mobile
3votes
3answers

Installing Ganache.appx on Windows 10

I am using the following command in PowerShell to install Truffle's Ganache on my Windows 10 machine: Add-AppxPackage -Path "C:\Users\mabel\Downloads\Ganache.appx" Whenever I run that command I get the following error: Add-AppxPackage : Deployment failed with HRESULT: 0x80073CFD, A Prerequisite for an install could not be satisfied. Deployment Add operation with [...] read more
powershell
appx
truffle
consensys-truffle
2votes
1answer

Project Centennial Apps in Hololens Emulator

I have successfully converted my WPF based .net applications to UWP using Project Centennial. When i upload that project to Hololens Emulator using Emulator portal i get the following error. My UWP app is compiled for x86 and the emulator version is 10.0.14393.0 Failure reason: Failed to start deployment. Failure [...] read more
wpf
uwp
hololens
desktop-bridge
2votes
1answer

Visual Studio 2012 Beta - Error when deploying the app

I have installed Windows 8 OS RP version and visual Studio 2012 beta version. But i'm getting the following error when deploying the package. Error: > Windows cannot install package xxxxx, because this package requires a higher > Windows version. The package requested Windows version 6.2 with AppModel > version [...] read more
windows
visual-studio
1vote
2answers

Visual studio Express 2012 running issues in Windows 8 Release preview for Windows Store Apps

I am using Windows 8 Release Preview 64 bit Operating system for my Visual Studio Express edition 2012 for Windows Store Development. But the XAML design page is not working. It is getting Error is System.Exception Package failed updates, dependency or conflict validation. (Exception from HRESULT: 0x80073CF3) The alert box [...] read more
visual-studio
windows-8
visual-studio-2012
windows-runtime
windows-store-apps
1vote
1answer

Get a Linux Distro for WSL on Windows 1703

I am using Windows 10 on my company Laptop. I do have the privileges to install the Windows Subsystem for Linux on my System and I successfully did so. However, the currently available Linux Distros for WSL all require the most recent Windows version, 1709, which I do not have [...] read more
windows-subsystem-for-linux
windows-10-v1703
0votes
0answers

Failed to install WPF in client PC - 0x80073CFD

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 [...] read more
wpf
powershell
uwp
dependencies
0votes
1answer

MSIX install error : 0x80073cfd - A Prerequisite for an install could not be satisfied

I converted the notepad++ exe to an MSIX file using the tool. I wanted to install notepad++ on a windows 7 machine using the msix that I created.I installed MSIX core on my windows 7 machine. But I get the error "0x80073cfd - A Prerequisite for an install could not [...] read more
appx
msix
0votes
1answer

Install .appxbundle on Windows 10 Home edition

I created a Xamarin UWP app, which was successfully installed in my Windows laptop using App Installer. Now, I am trying to install it into a windows tab, which has Windows 10 Home Edition. enter image description here [https://i.stack.imgur.com/bVgqF.jpg] Edit : My aim is to run .appxbundle app on Windows [...] read more
windows-10
xamarin.uwp
0votes
1answer

Hololens emulator APPX install error 0x80073cfd

I am trying to install an UWP (APPX) application on a Hololens emulator but I get this error: > Failure reason: Failed to start deployment. Failure text: A Prerequisite for > an install could not be satisfied. (0x80073cfd) The APPX has been converted by using Desktop App Converter. I can [...] read more
windows
hololens
appx
0votes
1answer

ERROR DEP0700: ERROR IN APPMODEL VERSION

WHILE DEPLOYING aPP IN VISUAL STUDIO 2012 EXPRESS.I AM GETTING THE FOLLOWING ERROR: Error 1 Error : DEP0700 : Registration of the app failed. Windows cannot install package 2a787e3d-dd2e-476a-a012-a7ab38019030 because this package requires a higher Windows version. The package requested Windows version 6.2 with AppModel version 1, while the current [...] read more
visual-studio-2012

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