Merge Modules

From RAD Studio
Jump to: navigation, search

Go Up to Using Installation Programs


InstallAware Express is based on Windows Installer (MSI) technology. With MSI-based setup tools such as InstallAware Express, you can use merge modules for deploying run-time packages. Merge modules provide a standard method that you can use to deliver shared code, files, resources, Registry entries, and setup logic to applications as a single compound file.

The run-time libraries have some interdependencies because of the way they are grouped together. The result of this is that when one package is added to an install project, the install tool automatically adds or reports a dependency on one or more other packages. For example, if you add the VCLInternet merge module to an install project, the install tool should also automatically add or report a dependency on the VCLDatabase and StandardVCL modules.

The dependencies for each merge module are listed in the table below. The various install tools may react to these dependencies differently. The InstallAware Express for Windows Installer automatically adds the required modules if it can find them. Other tools may simply report a dependency or may generate a build failure if all required modules are not included in the project.

Merge modules and their dependencies :

Merge Module BPLs Included Dependencies

ADO

adortl230.bpl

DatabaseRTL, BaseRTL

BaseRTL

rtl230.bpl

No dependencies

BaseVCL

vcl230.bpl, vclx230.bpl

BaseRTL

BDEInternet

inetdbbde230.bpl

Internet, DatabaseRTL, BaseRTL, BDERTL

BDERTL

bdertl230.bpl

DatabaseRTL, BaseRTL

DatabaseRTL

dbrtl230.bpl

BaseRTL

DatabaseVCL

vcldb230.bpl

BaseVCL, DatabaseRTL, BaseRTL

DataSnap

dsnap230.bpl

DatabaseRTL, BaseRTL

DataSnapConnection

dsnapcon230.bpl

DataSnap, DatabaseRTL, BaseRTL

DataSnapEntera

dsnapent230.bpl

DataSnap, DatabaseRTL, BaseRTL, BaseVCL

DBCompatVCL

vcldbx230.bpl

DatabaseVCL, BaseVCL, BaseRTL, DatabaseRTL

dbExpress

dbexpress230.bpl

DatabaseRTL, BaseRTL

dbExpressClientDataSet

dbxcds230.bpl

BaseClientDataSet, DataBaseRTL, BaseRTL, DataSnap, dbExpress

DBXInternet

inetdbxpress230.bpl

Internet, DatabaseRTL, BaseRTL, dbExpress, DatabaseVCL, BaseVCL

InterbaseVCL

ibxpress230.bpl

BaseClientDataSet, BaseRTL, BaseVCL, DatabaseRTL, DatabaseVCL, DataSnap, dbExpress

Internet

inet230.bpl, inetdb230.bpl

DatabaseRTL, BaseRTL

InternetDirect

indy230.bpl

BaseVCL, BaseRTL

Delphi Office2000Components

dcloffice2k230.bpl

DatabaseVCL, BaseVCL, DatabaseRTL, BaseRTL

Delphi OfficeXPComponents

dclofficexp230.bpl

DatabaseVCL, BaseVCL, DatabaseRTL, BaseRTL

SOAPRTL

soaprtl230.bpl

BaseRTL, XMLRTL, DatabaseRTL, DataSnap, Internet

TeeChart

tee230.bpl, teedb230.bpl, teeqr230.bpl, teeui230.bpl

BaseVCL, BaseRTL

VCLActionBands

vclactnband230.bpl

BaseVCL, BaseRTL

VCLIE

vclie230.bpl

BaseVCL, BaseRTL

WebDataSnap

webdsnap230.bpl

XMLRTL, Internet, DataSnapConnection, DataSnap, DatabaseRTL, BaseRTL

XMLRTL

xmlrtl230.bpl

Internet, DatabaseRTL, BaseRTL



See Also