Gets the current installer instance
Source position: fpmkunit.pp line 1676
function Installer( |
InstallerClass: TInstallerClass |
):TCustomInstaller; overload; |
InstallerClass |
|
Installer class to instantiate |
Current installer object
Installer returns the current installer instance or creates a new one using the specified installer class. Note that only one class can be instantiated. This function provides access to the global installer object for package management operations.
The installer instance manages the build process, package compilation, installation, and other package lifecycle operations within the fpmake system.
If no class is specified and no instance is present yet, the TFPCInstaller class is used to create the installer class.
|
Free Pascal Compiler specific installer implementation |