Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TBuildEngine.UnInstall

Uninstalls package files from target location

Declaration

Source position: fpmkunit.pp line 1465

public procedure TBuildEngine.UnInstall(

  APackage: TPackage

);

procedure TBuildEngine.UnInstall(

  Packages: TPackages

);

Arguments

APackage

  

Package to uninstall

Arguments

Packages

  

List of packages to uninstall

Description

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.


Documentation generated on: Dec 15 2025