dab
User
 Fresh Boarder
| Posts: 2 |   | Karma: 0 |
|
Multiple OraHomes bug
|
|
Posted: 2007/09/04 07:36 |
|
|
|
|
First, thank you for NCOCI, it has helped a lot.
I've found a bug: when using multiple Ora10 homes, it successfully tests only the first home from the registry. The fix is (I think) very simple, in NCOCI.pas (line 1083) replace
TestBestHome(xSubKeys[i]);
with
TestBestHome('SoftwareOracle' + xSubKeys[i]);
(NCOCI 1.0.6, D2006)
DAB
|
|