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.
TeeChart7UpdateD2007 installation problem
Re: TeeChart7UpdateD2007 installation problem
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"
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"
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeChart7UpdateD2007 installation problem
Yes, it is Win7 x64. Your suggestion to Add the package manually seems to have worked. Thank you very much.