12

I tried to download the OmniThread lib via GetIt when Delphi crashed.
Other packages downloaded, compiled and installed just fine, so I guess it's a once off.

Now GetIt refuses to install OmniThread, because it sees the partial download, assumes all is well and starts compiling. This breaks with a compile error and GetIt does not allow me to reset the state and clean up the download.

Where does GetIt store its downloads and how do I clean this out, so that GetIt will redownload the source from scratch?

Johan
  • 74,508
  • 24
  • 191
  • 319
  • 1
    filed: https://quality.embarcadero.com/browse/RSP-12387 – Johan Sep 23 '15 at 13:37
  • 2
    GetIt installs files to {My Documents}\Embarcadero\Studio\\CatalogRepository. Maybe you can try clearing the OmniThreadLibrary subfolder. – gabr Sep 23 '15 at 13:57

2 Answers2

24

Luis Navarro from Embacadero just explained to me:

Close the IDE, then delete the OmniThread folder from MyDocuments\Embarcadero\Studio\17.0\CatalogRepository After that, you have to edit the registry and delete also the Omnithread folder from HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\17.0\CatalogRepository\Elements

This worked like a charm.
Note that for me there was no registry key in the above path for OmniThread yet. Perhaps the key only gets written upon successful installation of the package.
In that case you only need to delete the PackageName directory and reinstall.

Johan
  • 74,508
  • 24
  • 191
  • 319
  • Works for Konopka Radiant Shapes too. – Freddie Bell Dec 15 '17 at 08:21
  • 1
    Works for both Jedi packages too (jcl and jvcl). I had to install JCL first, but I did JVCL first. The JVCL installer exited with an error and after that, I could not uninstall JVCL with the GetIt Manager. So thanks to this solution I could 'uninstall' both packages and install it again in the correct order. This should be the accepted answer ^^ – davepaul12 Jul 02 '18 at 09:24
0

People should also note the screenshot below regarding Patches installed via GetIt. Patches don't seem to be listed under Elements, but under CatalogRepository

George Birbilis
  • 2,782
  • 2
  • 33
  • 35