How i can disable ECO in delphi .Net?
I want to disable not uninstall
RRUZ
2009-04-15 21:22:08
+6
A:
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.
LachlanG
2009-04-15 21:24:48