Problems installing in Delphi XE

Questions and answers on how to use XLSReadWriteII 3/4/5.
Post Reply
JonPedersen
Posts: 5
Joined: Sat Apr 02, 2011 2:10 pm

Problems installing in Delphi XE

Post by JonPedersen »

Hi,
I have problems installing the components in Delphi XE Enterprise, windows 7, 64 Bit.
When I install, there are no bpl files, and nothing installed into the IDE
best
Jon
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: Problems installing in Delphi XE

Post by larsa »

Hello

The installation instructions are shown on the last page of the Install program. You may also find them in the file StudioInstall.txt

Here is the content of the StudioInstall.txt file:
--------------------------------------------------------------------

Installation into Delphi.

This information is also available in the file StudioInstall.txt in the
installation directory.

Add the following directories to the include path:
[Install dir]\Package\[Installed component version] Example: C:\Project\XLSSuit4\Package\D2009

If you have the option "Build with runtime packages" enabled, the file
XLSRWII4_[Installed component version].bpl (Example: XLSRWII4_D2009.bpl)
must be on the search path for the application created. To be sure, put the file
in the same application as the exe you create.
Your application may crash if the file not is found.

!NOTE! The folders names Public and "Public Documents" may differ depending on localization.

Delphi 2011 (XE):
Select the menu Component->Install packages, click the Add button.
Go to the Public folder. Browse to the
"Public Documents\RAD Studio\8.0\Bpl" sub directory.
Select the file XLSRWII4_D2011.bpl

Delphi 2010:
Select the menu Component->Install packages, click the Add button.
Go to the Public folder. Browse to the
"Public Documents\RAD Studio\7.0\Bpl" sub directory.
Select the file XLSRWII4_D2010.bpl

Delphi 2009:
Select the menu Component->Install packages, click the Add button.
Go to the Public folder. Browse to the
"Public Documents\RAD Studio\6.0\Bpl" sub directory.
Select the file XLSRWII4_D2009.bpl

Delphi 2007:
Select the menu Component->Install packages, click the Add button.
Go to the Public folder. Browse to the
"Public Documents\RAD Studio\5.0\Bpl" sub directory.
Select the file XLSRWII4_D2007.bpl

Delphi 2006:
Select the menu Component->Install packages, click the Add button. Browse to
the installation directory. Select the Package\BDS2006 sub directory. Select the file
XLSRWII4_BDS2006.bpl
Lars Arvidsson, Axolot Data
Post Reply