Hello,
I'am trying to install SDAC 6.1.5 without success.
I get a message that says 'incompatible DAC found'
I have scanned the complete harddisk for *dac* without success.
I installed Delphi XE2 U4 completly fresh.
Where does the setup Porgramm looks at the install?
best regards
Stefan
Cant install SDAC 6.1.5
-
AndreyZ
This problem can be caused by the following reasons:
1. You have other DAC components installed on your computer that are not compatible with the SDAC version you have. To make several DAC components work on the same IDE, you should use compatible versions of them. The latest compatible versions are the following: SDAC 6.1.5, MyDAC 7.1.5, IBDAC 4.1.5, ODAC 8.1.5, PgDAC 3.1.5, UniDAC 4.1.5.
2. You have files from the old SDAC version on your computer. Please try the following:
- remove SDAC;
- remove all *dac*.bpl and *crcontrols*.bpl files from your computer;
- remove *.dcu files from your project;
- reinstall SDAC.
1. You have other DAC components installed on your computer that are not compatible with the SDAC version you have. To make several DAC components work on the same IDE, you should use compatible versions of them. The latest compatible versions are the following: SDAC 6.1.5, MyDAC 7.1.5, IBDAC 4.1.5, ODAC 8.1.5, PgDAC 3.1.5, UniDAC 4.1.5.
2. You have files from the old SDAC version on your computer. Please try the following:
- remove SDAC;
- remove all *dac*.bpl and *crcontrols*.bpl files from your computer;
- remove *.dcu files from your project;
- reinstall SDAC.
-
AndreyZ
The DAC installation is looking for any BPL files of other DAC products and checks theirs version. If it finds such BPL files and theirs versions don't match the BPL version of the DAC product that is being installed, the "Setup has detected already installed DAC packages which are incompatible with current version. Please uninstall DAC products" error is generated. Please check thoroughly, there must be some BPL files left from the old SDAC version. If you cannot find them, please try the following:
- remove SDAC;
- reinstall SDAC with the /force parameter like this: sdac61d16pro.exe /force
The /force parameter forces our installation to overwrite all files from the old installation (if any files were accidentally left on your computer) with the files from the new installation.
- remove SDAC;
- reinstall SDAC with the /force parameter like this: sdac61d16pro.exe /force
The /force parameter forces our installation to overwrite all files from the old installation (if any files were accidentally left on your computer) with the files from the new installation.
-
AndreyZ