Failed to install TFS installation

I am having trouble installing programs for a while. Usually an error occurs when Visual Studio j # install is an incomplete installation, and it gives me the option to roll back, which is installed before installing the program that I am trying to install.

Now I'm trying to install Team Foundation Server 2012 Express, and when I run the installer, I get the following error.

Error: TF400293: Windows is currently installing a different package. Wait for Windows to complete another installation, and then restart this installer.

Can anyone give me some tips on how to get rid of a failed installation once and for all so that I can install other things without all these problems.

I am using Windows 7 by the way.

It also seems to me that it is not possible to fully complete the Windows update. There seems to be 1 update that will never be installed, and my computer just hangs on the update installation screen. I left it for 4 hours once and decided that it would not be completed, so I just had to turn off the computer.

+4
source share
1 answer

You have this error message if the installation attempt failed, but the MSIEXEC.exe file is still running or when the reboot is waiting for another installation to be blocked.

In the first case: start the MSIEXE.exe process.

For the second: use regedit to look at this key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations Reset any value in the key, and then try again.

This problem, by the way, is not related to TFS.

+4
source

Source: https://habr.com/ru/post/1416554/


All Articles