Windows error 0x80073CF0, -2147009296

Detailed Error Information

INSTALL_OPEN_PACKAGE_FAILED[1]

MessagePackage could not be opened.
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 Code15600 (0x3cf0)

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

Questions

4votes
1answer

Can't install MSIX package with powershell

THE PROBLEM I am trying to install a .net core 3.1 wpf app onto a windows 2019 server using msix as the method of deployment. The windows server is up to date and should support msix, but will not install any msix package I create using the powershell command Add-AppPackage. [...] read more
wpf
powershell
.net-core
deployment
msix
3votes
1answer

Installing Windows Terminal .msixbundle using PowerShell Add-AppxPackage

I'm trying to install Windows Terminal on Windows 10 v1803 [build 17134.13.04] where I don't have any admin privileges and Microsoft Store has also been deactivated. I downloaded the .msixbundle from the GitHub release page and used the command from here: add-appxpackage -Path ".\Microsoft.WindowsTerminal_1.4.3141.0_8wekyb3d8bbwe.msixbundle" However, I recieve error: add-appxpackage : [...] read more
windows
installation
powershell
windows-terminal
1vote
1answer

Cannot open appx when download app from Windows Store

I'm using fiddler as proxy to get download URL of Windows Store apps. Most of the time after catching URL, download appx/appxbundle and open it, windows show error 'Cannot open appx/appxbundle file'. When I want to open appx using WinRar, faced with error 'Unknown format or damaged'. also i checked [...] read more
windows-store-apps
fiddler
windows-10-mobile
windows-store
appx
1vote
0answers

Surface 2 tablet: moving apps to sd card triggers errors

I'm trying to move the WindowsApps folder to my SD card on my Surface 2 tablet. It's a 32 GB model, and already out of storage. As a workaround (Windows RT forces uses to install only on the built-in storage), I followed the tips at the following post by user274391: [...] read more
sd-card
windows-rt
surface-2
0votes
1answer

Visual Studio won't run my app on windows if the project is stored in an external server

I am developping an angular/ionic application that must be compatible with android, windows (phone and desktop) and Ios. I am currently trying to build and deploy the windows version on debug mode. My project is stored on an external server (disk f:). But everytime I start the app from visual [...] read more
windows
visual-studio
cordova
0votes
1answer

How can I debug Windows UWP apps in parallels?

When I try to debug my UWP project from Visual Studio 2017 running in Windows 10 in a parallels instance, it always errors out that it cannot find the AppxManifest: DEP0700: Registration of the app failed. [0x80073CF0] error 0x80070003: Opening file from location: AppxManifest.xml failed with error: The system cannot [...] read more
visual-studio
parallels
xamarin.uwp
0votes
1answer

Windows PowerShell to Deploy Windows Store Appx Side Loading

I am currently trying to set my Windows Store app up for side loading. I have been following instructions such as this one but then run into troubles with a MS Scheme and certificates. Being unable to get my Code Signing Certificate to work due to the bug in above [...] read more
powershell
deployment
windows-store-apps
sideloading
appx

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