Show: Delphi C++
Display Preferences

Package Files

From RAD Studio XE2
Jump to: navigation, search

Go Up to Deploying RAD Studio Applications

If the application uses runtime packages, those package files need to be distributed with the application. InstallShield Express handles the installation of package files the same as DLLs, copying the files and making necessary entries in the Windows registry. You can also use merge modules for deploying runtime packages with MSI-based setup tools including InstallShield Express. See Merge Modules for details.

Embarcadero recommends installing the runtime package files supplied by Embarcadero in the Windows\System directory. This serves as a common location so that multiple applications would have access to a single instance of the files. For packages you created, it is recommended that you install them in the same directory as the application. Only the .bpl files need to be distributed.

If you are distributing packages to other developers, supply the .bpl and .dcp files.

See Also

Personal tools
Previous Versions
In other languages