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

TCustomInstaller.Create

Creates a new installer instance

Declaration

Source position: fpmkunit.pp line 1537

public constructor TCustomInstaller.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Owner component for the installer

Description

Create initializes a new TCustomInstaller instance with default configuration. This constructor sets up the installer framework including the build engine, package collection, and default settings.

It also analyzes the command-line to determine what the RunMode is.

The created instance is then ready to have packages added and can be configured for different run modes such as compilation, installation, cleaning, or archiving that will be executed during the Run procedure.

See also

RunMode

  

Current operation mode of the installer

Run

  

Executes the installer with the current configuration


Documentation generated on: Dec 15 2025