vote up 1 vote down star

How i can disable ECO in delphi .Net?

flag

2 Answers

vote up 5 vote down check

Export these two registry branches to a text file so you can reenable ECO later if required.

HKCU\Software\Borland\BDS\4.0\Known IDE Packages\DelphiDotNet
HKCU\Software\Borland\BDS\4.0\Known IDE Packages\CSharp

Inside those two branches you'll find keys called

$(BDS)\Bin\Borland.Eco.Delphi.IDE100.bpl
$(BDS)\Bin\Borland.Eco.CS.IDE100.bpl

Delete those keys from the registry then start Delphi.

link|flag
vote up 0 vote down

Isn't it possible just uninstall it?

link|flag
I want to disable not uninstall – RRUZ Apr 15 at 21:22

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.