Migration wizard missing in source installer

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ralfiii
Posts: 25
Joined: Wed 16 Mar 2011 09:25

Migration wizard missing in source installer

Post by ralfiii » Wed 16 Mar 2011 09:39

Hello!

I just purchased IBDac, downloaded the source edition (ibdac350src.exe) and installed it.
Strange: The migration wizard that was part of the Trial version is missing here.

Where do I find it? I need it urgently!

Thanks,
Ralf

ralfiii
Posts: 25
Joined: Wed 16 Mar 2011 09:25

Re: Migration wizard missing in source installer

Post by ralfiii » Wed 16 Mar 2011 11:57

Solution: Get it from pre-built installer, copy the DLL somewhere and register in the registry under
HKCU\Software\CodeGear\BDS\7.0\Experts
(for D2010)
with
ibcmigwizard=c:\FullPathToDll\ibcmigwizard140.dll

Cheers!

AndreyZ

Post by AndreyZ » Wed 16 Mar 2011 14:27

Hello,

Migration Wizard isn't included into the IBDAC sources. But because you have IBDAC Professional Edition with source code license, you can install IBDAC in the following way:
- install IBDAC Professional Edition without sources;
- unpack IBDAC sources;
- add the IBDAC Source path to the "Library Path".
In such way you will have Migration Wizard in IDE.

Post Reply