Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Docker Windows 10 installation Error Component CommunityInstaller.ExecAction failed: Process InstallerCli.exe exited

I get below error when try to install Docker Desktop for Windows 4.0.0

Component CommunityInstaller.ExecAction failed: Process InstallerCli.exe exited with code 1
   at CommunityInstaller.InstallWorkflow.<DoHandleD4WPackageAsync>d__29.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at CommunityInstaller.InstallWorkflow.<DoProcessAsync>d__23.MoveNext()

Tried lower version (3.6.0) as well, but same result.

Anyone has any idea?

like image 801
SMPH Avatar asked Sep 05 '21 05:09

SMPH


1 Answers

this happened to me also. Then, I also tried to install other versions, but it didn't work.

So, to fix this I just manually deleted the folders:

  • C:\ProgramData\Docker
  • C:\Program Files\Docker

After this, docker 4.6.0 was installed successfully.

like image 55
Wagner M. D. Büttner Avatar answered Oct 30 '22 18:10

Wagner M. D. Büttner