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

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?

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.

Deleting all Docker files in C:\ProgramData\ and C:\Program Files\ allowed me to install 4.6.0, before that I was getting the same error.

If you had Docker for Desktop installed before on your machine, the issue could be the security settings for the C:\ProgramData\DockerDesktop folder which blocks modifications (writes, updates and delete operations) for any user and application. Since it is an application (Docker Desktop Installer) which needs to use that folder, you need to let "TrustedInstallers" write and modify this folder. You might also need to give full access to Administrator and System users since you most likely are running Docker Desktop Installer as Admin.

Related

Docker failed to initialize. Docker Desktop is shutting down

I run Windows 11 and when I try to start Docker desktop app it gives me the following error: Docker failed to initialize. Docker Desktop is shutting down.
I have tried several thing before posting this:
Uninstalled Docker desk app and installed it again.
Uninstalled it, restarted the computer, updated WSL 2 and installed the app again.
How can I fix it? Any suggestions? Thanks.
Go to C drive , Users, Select your user, App data, Roaming and then delete the Docker folder. You shall be able to start docker again.
I have encountered the same problem too and already try
many solution found on the internet.
I have found this issue and manually run C:\Program Files\Docker\Docker\resources\com.docker.backend.exe, then I got this error.
[2022-07-23T13:14:00.191660000Z][com.docker.backend.exe][E]
verifying docker scan plugin config: saving JSON: open
<HOME>\.docker\scan\config.json: Access is denied.
[main.main()
[ common/cmd/com.docker.backend/main.go:96 +0x85
After removing '.docker/config.json' in C:\Users\{YOUR_USERNAME} folder, everything works fine after restarting docker desktop.
Hope my answer help.
I’ve deleted %appdata%\Docker and %appdata%\Docker Desktop. After that everything is OK for me.

Cannot do the First Time Install of Cognos when Windows unexpectedly restarted

I was in the middle of installing Cognos Server (First time install) when Windows 10 unexpectedly restarted. Now, there is a cognos folder in the installation directory but I cannot uninstall it or delete it.
Using the Uninstall option in the cognos folder produces the following error:
This Application has Unexpectedly Quit
Invocation of this Java Application has caused an Invocation TargetException. This application will now exit (LAX)
If I try to delete the cognos folder:
It says that some folder/file is open in another program. I have stopped all IBM and ApacheDS-cognos services. But still get this error while manually deleting the cognos folder.
What can I do to fix this and do the 'First Time Install' of cognos?
Assuming that you did an Easy Install, then you should also check for Informix services running, stop them and then re-try deleting the folder. Check for processes running like cogbootstrap.exe and kill them, as well as any other processes running in that install directory and any JVMs.

run command lxrun failed

I use the command(cmd) "lxrun /uninstall /full /y" to uninstall my sublinux in my Windows 10.Then,I use the cmd "lxrun /install /y" to reinstall,but there is problem I encountered as flows:
- Beta features -
This will install Ubuntu distributed by Canonical on Windows Under the terms of its license, see this link:
https://aka.ms/uowterms
Downloading from the Windows app store ...
Error: 0x80072f7d
Downloading from the Windows app store ...
Error: 0x80072f7d
Downloading from the Windows app store ...
Error: 0x80072f7d
Can not be downloaded from the Windows app store. Please check the network connection.
I ensure that other applications include Windows App Stor can access the Internet,becase I tried and successed just now.
so,I have no idea and has anyone ever encountered this problem?

InstallSheild not writing to registry or ProgramData in Windows 8.1

I built an installation ine installshield express, and it works fine on windows 7 and windows 10. But for some reason it is not installing all of the files on windows 8.1. There is also a registry entry, which is not being written. I have checked the permissions and no issues there. Any point in the right direction would be appreciated.
Since there is no error in installation, let's assume installation is successful. If it is 64 bit, Check in Wow64 subsystem in registry. for files, search in C:\Program files(X86).
Check event viewer (eventvwr) for error messages if any.
Check for UAC status and Windows Event Viewer(eventvwr) for error logs

Migrating Meteor Project to Other Machine

I tried to migrate my Meteor to other machine, both are Windows 7 but apparently this error popped up when I tried to run the app. What is the cause? I tried registering the package but it said it was already using.
Here is the error:
No dependency info in bundle. Filesystem monitoring disabled.
=> Errors prevented startup:
Exception while bundling application:
Error: Package not found: standard-app-packages
at self.api.use (C:\Program Files (x86)\Meteor\tools\bundler.js:132:17)
at Array.forEach (native)
at Function._.each._.forEach (C:\Program Files (x86)\Meteor\lib\node_modules
\underscore\underscore.js:78:11)....(truncated)
What did I miss out during the transfer? I simply copied the app folder. Did I skip something?
From what it looks like the Meteor on your Windows machine is an older version. Some time ago they used the standard-app-packages instead of a larger list as a sort of generic shortcut package.
If Meteor can't find this package but Meteor still runs on your machine, its likely that you have an older version of meteor.
Check that the file at .meteor/release exists and the version in it matches the version of Meteor on your windows machine.

Resources