Windows error 0x80073CFF, -2147009281

Detailed Error Information

INSTALL_POLICY_FAILURE[1]

MessageTo install this application you need either a Windows developer license or a sideloading-enabled system.
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 Code15615 (0x3cff)

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

Questions

2votes
0answers

UWP appx sideloading issue

We are facing a issue in sideloading app in our production environment. we have signed the app with enterprise trusted certificate. on each user login we run the script to install the appx. but for some users we are getting a error like below Add-AppxPackage : Deployment failed with HRESULT: [...] read more
uwp
appx
sideloading
0votes
1answer

VS 2013 Cordova CTP 3.1: Windows-AnyCPU fails to install with Error : DEP0730

I have upgraded to VS2013 Cordova CTP3.1 and now cannot install the app to Windows-AnyCPU. The Cordova app builds successfully but then fails to deploy reporting the following error :- Error 13 Error : DEP0730 : Registration of the application failed because no Developer License is installed on the target [...] read more
windows-8
visual-studio-cordova

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