Executes actions before package installation
Source position: fpmkunit.pp line 1454
public procedure TBuildEngine.DoBeforeInstall( |
APackage: TPackage |
); virtual; |
APackage |
|
Package about to be installed |
DoBeforeInstall prepares the system and package for installation by executing pre-installation tasks. This method ensures installation directories exist, validates installation requirements, and runs custom pre-install commands.
The procedure verifies installation permissions, creates necessary directories, and performs any setup required before the actual file installation begins.