When
it doesn't work, what actually happens
What am I doing wrong here???
this works on some Win 95 PCs but not
others.....
snip >>
with TRegistry.Create
do try RootKey :=
HKEY_LOCAL_MACHINE;
OpenKeyReadOnly('SOFTWARE\Interbase
Corp\InterBase\CurrentVersion\'); GBakPath
:= ReadString('RootDirectory');
finally Free;
end;
>>
On the offending PCs GBakPath is set to nothing,
even though I can run regedit and find the Key manually on
them.
|