Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Apr : Indy10 install on BDS2006: modif. required in Computil.dpr
| Subject: | Indy10 install on BDS2006: modif. required in Computil.dpr |
| Posted by: | "didier" (didier.cabale+winso..@gmail.com) |
| Date: | 28 Apr 2007 09:32:42 |
Hi all,
on trying to install Indy10 on BDS2006 using Fulld10.bat, it failed. Why? Because of Computil.dpr in line 172: "woSetupD10: SetPath('NDD10','Software\Borland\BDS\5.0');". I would have suggested to write "4.0" instead of "5.0", because Delphi path for BDS2006 = "C:\Program Files\Borland\BDS\4.0" and it fixes the problem.
Can some Indy /Borland developper correct it?
Thank's