Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TBuildEngine.Install

Installs package files to target location

Declaration

Source position: fpmkunit.pp line 1464

public procedure TBuildEngine.Install(

  APackage: TPackage;

  AnArchiveFiles: Boolean

);

procedure TBuildEngine.Install(

  Packages: TPackages

);

Arguments

APackage

  

Package to install

AnArchiveFiles

  

Files to archive during installation

Arguments

Packages

  

List of packages to install

Description

Install performs the complete package installation process by copying compiled files and resources to their target installation directories. This method handles library files, executables, documentation, and other package components.

The installation process includes directory creation, file copying with proper permissions, and optional archive creation for backup and distribution purposes.


Documentation generated on: Dec 15 2025