[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Basic installer implementation
Source position: fpmkunit.pp line 1559
type TBasicInstaller = class(TCustomInstaller) |
||
constructor Create(); override; |
|
Creates basic installer instance |
end; |
|
Basic installer implementation |
|
| | | ||
|
Base class for package installers |
|
| | | ||
| | | ||
| | | ||
TBasicInstaller provides a basic implementation of TCustomInstaller with standard functionality for package building and installation. This class offers a complete installer without compiler-specific optimizations.
The basic installer provides general-purpose package management suitable for the FPC compiler.