Windows error 0x80073CF1, -2147009295

Detailed Error Information

INSTALL_PACKAGE_NOT_FOUND[1]

MessagePackage was not found.
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 Code15601 (0x3cf1)

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

Questions

1vote
1answer

Remove-AppxPackage for all users

I would like to remove the Fitbit package from the Microsoft Store apps in Window 10. I have -allusers in the Powershell command but it's telling me Fitbit isn't in the current user. I don't care what user it's in. I would like to find out why it won't remove [...] read more
powershell
sysprep
1vote
1answer

Error in Qt Creator: "The environment variable ExtensionSdkDir is not set"

I am trying to build my project using the Visual Studio compiler in Qt Creator, but whenever I run the program the following error appears: qt.winrtrunner: Using the Appx profile. qt.winrtrunner: The environment variable ExtensionSdkDir is not set. qt.winrtrunner: The directory "" does not exist. EDIT: I have tried to [...] read more
qt
qt-creator
0votes
0answers

Error 0x80070002 - WindowsUpdateClient constantly downloads WinStore apps updates and fails to install them

According to System Event Log: * WindowsUpdateClient constantly (multiple times per day) downloading WinStore apps updates (Microsoft.BingWeather, Microsoft.BingNews, ...) * trying to install them * fails to install them (error: 0x80073CF1) Why this is happening? How can I heal or stop this? -------------------------------------------------------------------------------- UPDATE: I added exclusion for WSHost.exe in [...] read more
windows-8.1
windows-update
windows-store
0votes
1answer

trying to uninstall my uwp using powershell

I'm doing a task that relies on the ability to uninstall my UWP using a powershell script. Checking this https://docs.microsoft.com/en-us/powershell/module/appx/remove-appxpackage?view=win10-ps and https://docs.microsoft.com/en-us/powershell/module/appx/get-appxpackage?view=win10-ps I went to try this: Remove-AppxPackage -Package "59777724-81d4-406d-95d7-be70af1xxxxx" -AllUsers or even this Remove-AppxPackage -Package $fullName -user username And yes, app name is a GUID - I inherit this [...] read more
powershell
uwp

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