Windows error 0x80070652, -2147023278

Detailed Error Information

INSTALL_ALREADY_RUNNING[1]

MessageAnother installation is already in progress. Complete that installation before proceeding with this install.
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 Code1618 (0x0652)

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

Questions

6votes
1answer

"Element not found 0x80070490" when installing ASP .Net Core tooling

I'm using Visual studio 2015 Update 3, I'm trying to install asp .net core Tooling package(DotNetCore.1.0.1-VS2015Tools.Preview2.0.3.exe) I get this by either downloading it separately or when clicking at the "ASP .NET 5 RC" template when creating a new ASP Net Web Application in VS. After a while during the installation [...] read more
visual-studio-2015
4votes
0answers

Microsoft Visual C++ 2015 Redistributable Setup Fails [0x80070652]

Installed Microsoft visual c++ 2015 redistributable exe before completion of the complete download in windows 7 pc. hence installation did not happen properly due to corrupt source. now i tried to uninstall and install again with the new exe the following error comes: Microsoft Visual C++ 2015 Redistributable Setup Fails [...] read more
c++
visual-studio-2012
visual-studio-2015
redistributable
1vote
1answer

Windows 8.1 Upgrade fails with error code 0x80070652

I have a Thinkpad T530 running Windows 8 and Ubuntu 12.04 from a MBR-partitioned disk, with GRUB being the installed boot loader. I can see that the Windows 8.1 upgrade is offered to me in the Market, but I receive the 0x80070652 error code when I try to install the [...] read more
windows-8
partitioning
windows-8.1-upgrade
1vote
1answer

Silent installation msi

0x80070652 - when installing VS 2012 C++ redistributables. Hi All, I have a weird issue for the last few days now, i've been looking for a solution in the forums, google etc. So far, couldn't find a similar problem: Scenario: 1. I have an "Basic MSI" project that deploy our [...] read more
installshield
1vote
0answers

why the python installation fails when tried to install using a visual studio installer project?

I tried to install python 3.7.4 using a msi application created using visual studio installer projects . But the python installation fails and returns a error code 0x80070652 saying another installation is in progress read more
python
visual-studio
1vote
3answers

TFS 2013 Installation Error: TF400167

I am trying to install TFS 2013 i am getting the below error "Error : TF400167 : Installation failed for the package(tfs_sharePointExtensionsCore_x64) with the following status 0x80070652, restart state 00x0." I have also tried clearing "C:\ProgramData\Package Cache", but still throws the same error. Kindly help me in resolving this issue. [...] read more
tfs
sharepoint-2013
0votes
2answers

Wix Custom Action Sequence

I have tried to make installation to my software, and this Software has some prerequisites. I made a Bootstrapper wix for them and trying to run them alone not in the Main Wix installer seems to work fine. The moment I tried to attach this EXE that I got from [...] read more
c#
wix
windows-installer
bootstrapper

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