Uninstalls package files from target location
Source position: fpmkunit.pp line 1465
public procedure TBuildEngine.UnInstall( |
APackage: TPackage |
); |
Packages: TPackages |
); |
APackage |
|
Package to uninstall |
Packages |
|
List of packages to uninstall |
UnInstall removes package files from their installation directories and performs cleanup. This method reverses the installation process by deleting installed files, libraries, and associated resources.
The uninstallation includes removing executable files, libraries, documentation, and configuration files while preserving user data and custom configurations where appropriate.