Reputation: 21194
I want to uninstall Jedi because it replaces my GIF handling library. Even though I uninstalled JVCL, Delphi keeps using the Jedi gif library and it keeps adding the JVGif unit to my project which adds extra compiling time.
Upvotes: 2
Views: 4021
Reputation: 21194
There is no automatic way to nicely uninstall Jedi.
To uninstall Jedi and restore the functionality of previous GIF library do this:
Note: To start the uninstallers run the "install.bat".
Upvotes: 1
Reputation: 84590
Run the JVCL installer and uninstall. Then open the JVCL root folder in the command line and type "clean.bat all" and that should take care of the rest of it.
Upvotes: 4