Install/uninstall Source problem

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kaffeburk
Posts: 214
Joined: Mon 29 Jan 2007 08:03

Install/uninstall Source problem

Post by kaffeburk » Tue 17 Aug 2021 09:40

Hello

Got a problem with Uidicac Source. Most of the package are working but not the unidac providers and not the Unidac Help. I guess the best way is to reinstall. But do I need to uninstall the source first? And if so, how do i uninstall? I cant find any instruction.

The version is probably 8.2.5 , but with help not working i don't know how to verify that.

evgeniym
Devart Team
Posts: 103
Joined: Thu 13 May 2021 07:08

Re: Install/uninstall Source problem

Post by evgeniym » Wed 18 Aug 2021 08:18

Hi there,
When installing from source, help is not installed automatically however you can use our online help located at:
https://www.devart.com/unidac/docs/overview.htm

Also, please clarify what do you mean by saying UniDAC providers do not work?

In order to check which version is installed kindly start the IDE, go to UniDAC tab-> About UniDAC... and check what will be indicated in the information window.

To remove UniDAC please do the following:
- Remove all installed UniDAC packages from [Components]-[Install Packages] ;
- Find all DAC units, like MemUtils.dcu, CRParser.dcu, CLRClasses.dcu, MemData.dcu, MemDS.dcu, DBAccess.dcu, MyClassesUni.dcu files on your PC and delete them;
- Find all *dac*.bpl, *dac*.dcp, *dac*.bpi, *dac*.lib, *crcontrols*.bpl, *crcontrols*.dcp, *crcontrols*.bpi, *crcontrols*.lib files on your PC and delete them.

To re-install, you can use the UniDAC installer, and then simply register the source paths in the IDE.

Regards,
Evgeniy

Post Reply