TInstallMode
Installation operation mode
Declaration
Source position: fpmkunit.pp line 176
type TInstallMode = ( |
imInstall, |
|
Install package files |
imUnInstall |
|
Uninstall package files |
); |
Description
TInstallMode specifies whether the current install run is installing or uninstalling.
- imInstall
- specifies that the installation operation should install package files to their designated target locations in the system. This mode copies compiled units, executables, and resources to the appropriate installation directories.
- imUnInstall
- specifies that the installation operation should remove previously installed package files from the system. This mode cleans up installed units, executables, and resources from the installation directories.