Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't uninstall Xoreax Incredibuild Visual Studio addin

With some difficulty, I was able to uninstall Incredibuild (kept saying Visual Studio was open even when it wasn't), but it was unable to uninstall the Visual Studio addin (just said an error occurred when doing so in the log). The addin doesn't show up in Visual Studio's extensions dialog, and I don't know how else to uninstall it. I think it might be slowing VS down, and it never worked to begin with (kept asking for a license key and I was unable to find a key for the free edition I installed)...

like image 673
ekolis Avatar asked Sep 05 '16 22:09

ekolis


People also ask

How do I disable Incredibuild?

A: By right-clicking the Incredibuild tray-icon and selecting Disable Agent. This can also be done remotely from the Coordinator Monitor.

How do I add Incredibuild to Visual Studio?

To enable the Incredibuild menu, in Visual Studio, go to Tools > Customize > Extensions Menu, select Incredibuild and then click Save and Restart. To enable the Incredibuild toolbar, go to Tools > Customize > Toolbars, select Incredibuild and then click Close.

What is Incredibuild agent?

Incredibuild dramatically accelerates compilation, tests, and other compute-intensive tasks by seamlessly and concurrently distributing workload processes across idle CPUs in your local network or in the cloud.


1 Answers

I had a similar issue (though I am in VS17 and not VS15).

  1. (While in VS) Select Tools Menu
  2. Select Extensions and Updates...
  3. Find the Incredibuild add-in under "Installed" then click Revert
  4. Close VS and wait for change to take affect then reopen VS
  5. Find the Incredibuild add-in again just as before.
  6. This time click Uninstall that is now visible
  7. This should bring up the VS Installer where you need to close VS leaving VS Installer open
  8. Click Modify in the bottom right for Incredibuild to finally be removed.

I honestly don't understand why it isn't removed when you uninstall Incredibuild because one of the processes listed while uninstalling is to remove the VS add-in or why the add-in doesn't initially have the option to uninstall but this is how I managed to finally remove it.

Hopefully this will help anyone. Cheers!

like image 129
Nathanael Istre Avatar answered Sep 22 '22 22:09

Nathanael Istre