Page 1 of 1

TeeChart7UpdateD2007 installation problem

Posted: Mon Dec 12, 2011 3:12 am
by 9342775
I am installing Delphi 2007 on a new Windows 7 machine. TeeChart7.12Delphi2007 installed fine. But when installing TeeChart7UpdateD2007, I get the following error:
TeeChart Installation
VERSION: 7
RAD 2007.Win32 v11 (BDS v5 Enterprise)
EXCEPTION:
Invalid filename
--------------------------------------------

What do I do next?

Thank you.

Re: TeeChart7UpdateD2007 installation problem

Posted: Mon Dec 12, 2011 10:24 am
by yeray
Hello,

Is your machine running a 64bit OS?
I had a similar error here with Win7 x64 when running TeeInstall.exe in the TeeChart7UpdateD2007 installation path.
However, I could install the component manually without problems. To do it:
- Open the IDE with no projects opened.
- Go to the "Component/Install Packages..." list and check no TeeChart package is selected.
- Browse to the DclTeePro711.bpl file in the Bin folder in your TeeChart 7 Update installation path, through the "Add..." option in the packages list.
- Correct any reference to TeeChart library and include paths, specially the following:
· "Tools\Options...\Environment Options\Environment Variables"
· "Tools\Options...\Environment Options\C++ Options\Paths and Directories\Include Path"
· "Tools\Options...\Environment Options\C++ Options\Paths and Directories\Library Path"
· "Tools\Options...\Environment Options\Delphi Options\Library - Win32\Library path"
· "Tools\Options...\Environment Options\Delphi Options\Library - Win32\Debug DCU path"

Re: TeeChart7UpdateD2007 installation problem

Posted: Mon Dec 12, 2011 4:06 pm
by 9342775
Yes, it is Win7 x64. Your suggestion to Add the package manually seems to have worked. Thank you very much.