Windows error 0x80073D02, -2147009278

Detailed Error Information

PACKAGES_IN_USE[1]

MessageThe package could not be installed because resources it modifies are currently in use.
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 Code15618 (0x3d02)

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

Questions

2votes
1answer

Is it possible to install an .appxbundle (UWP/XAML app) without admin rights?

I've been working with UWP/Xaml for the past couple days but am unable to answer the title question so far: Is it possible to install an .appxbundle without admin rights? I'm developing a Unity3D/UWP/Xaml application which cant be deployed to Windows Store and thus needs to be sideloaded and am [...] read more
windows
powershell
uwp
software-distribution
appx
0votes
0answers

Running Unity UWP applications, with Vuforia, on Windows 10

I need to run an Unity project with Vuforia, compiled as UWP application on a Windows 10 PC. I'm trying UWP format because Vuforia don't support classic windows build. Inside Unity Editor everything works perfectly in game mode but compiling it as UWP Exe some dlls are missing: * vccorlib140_app.dll [...] read more
windows
unity3d
uwp
runtime
vuforia
0votes
1answer

You will need a new app to open this ms-windows-store in Window 10

I performed the following steps: Right-click the start button, select "Command prompt (Admin)" and type powershell. Then in console: Set-ExecutionPolicy Unrestricted Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} But I get the error message 'Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources [...] read more
windows
powershell
0votes
1answer

Can't Install VCLibs v140 x64

I am trying to install this package: Microsoft.VCLibs.140.00_14.0.27810.0_x64__8wekyb3d8bbwe.Appx The installation keeps failing with this error message: App installation failed with error message: error 0x80073D02: Unable to install because the following apps need to be closed Microsoft.DesktopAppInstaller_1.0.32912.0_x64__8wekyb3d8bbwe. (0x80073d02) Interestingly the x86 version of the package managed to install successfully, but the [...] read more
windows-10
installation
bundle
-1votes
1answer

Powershell Error Re: M$ Advice Thread (Windows 10 Start Menu Suddenly very slow. Also Firefox (not other browsers) Fresh 'Reset' of Windows

I had to 'Reset' my Windows and I opted to 'keep my files'. I did Disk Cleanup to remove the old.windows files. Before I had the problem, Windows was extremely snappy and quick even after a year or more of being installed. The problem was caused after I installed an [...] read more
windows
windows-10
powershell
start-menu
windows-search

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