Re: [firebird-support] Get Installed Folder

2012-09-13 Thread Josef Kokeš
> >>How can I get the folder where FireBird is installed. > >>I use Delphi and I want to copy the UDF folder after a silent > installation. > > Not sure if this is the best method, but I read the DefaultInstance > registry key. It work for me for FB 1.5, 2.1 and 2.5: > > RootKey := HKEY_LOCAL_MAC

RE: [firebird-support] Get Installed Folder

2012-09-13 Thread Maya Opperman
>>How can I get the folder where FireBird is installed. >>I use Delphi and I want to copy the UDF folder after a silent installation. Not sure if this is the best method, but I read the DefaultInstance registry key. It work for me for FB 1.5, 2.1 and 2.5: RootKey := HKEY_LOCAL_MACHINE; Found