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

adortl250.bpl

DatabaseRTL, BaseRTL

BaseRTL

rtl250.bpl

No dependencies

BaseVCL

vcl250.bpl, vclx250.bpl

BaseRTL

BDEInternet

inetdbbde250.bpl

Internet, DatabaseRTL, BaseRTL, BDERTL

BDERTL

bdertl250.bpl

DatabaseRTL, BaseRTL

DatabaseRTL

dbrtl250.bpl

BaseRTL

DatabaseVCL

vcldb250.bpl

BaseVCL, DatabaseRTL, BaseRTL

DataSnap

dsnap250.bpl

DatabaseRTL, BaseRTL

DataSnapConnection

dsnapcon250.bpl

DataSnap, DatabaseRTL, BaseRTL

DataSnapEntera

dsnapent250.bpl

DataSnap, DatabaseRTL, BaseRTL, BaseVCL

DBCompatVCL

vcldbx250.bpl

DatabaseVCL, BaseVCL, BaseRTL, DatabaseRTL

dbExpress

dbexpress250.bpl

DatabaseRTL, BaseRTL

dbExpressClientDataSet

dbxcds250.bpl

BaseClientDataSet, DataBaseRTL, BaseRTL, DataSnap, dbExpress

DBXInternet

inetdbxpress250.bpl

Internet, DatabaseRTL, BaseRTL, dbExpress, DatabaseVCL, BaseVCL

InterbaseVCL

ibxpress250.bpl

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

Internet

inet250.bpl, inetdb250.bpl

DatabaseRTL, BaseRTL

InternetDirect

indy250.bpl

BaseVCL, BaseRTL

Delphi Office2000Components

dcloffice2k250.bpl

DatabaseVCL, BaseVCL, DatabaseRTL, BaseRTL

Delphi OfficeXPComponents

dclofficexp250.bpl

DatabaseVCL, BaseVCL, DatabaseRTL, BaseRTL

SOAPRTL

soaprtl250.bpl

BaseRTL, XMLRTL, DatabaseRTL, DataSnap, Internet

TeeChart

tee250.bpl, teedb250.bpl, teeqr250.bpl, teeui250.bpl

BaseVCL, BaseRTL

VCLActionBands

vclactnband250.bpl

BaseVCL, BaseRTL

VCLIE

vclie250.bpl

BaseVCL, BaseRTL

WebDataSnap

webdsnap250.bpl

XMLRTL, Internet, DataSnapConnection, DataSnap, DatabaseRTL, BaseRTL

XMLRTL

xmlrtl250.bpl

Internet, DatabaseRTL, BaseRTL



See Also