Destroys installer instance and frees resources
Source position: fpmkunit.pp line 1538
public destructor TCustomInstaller.destroy; override; |
destroy frees all resources allocated by the installer including the build engine and package collection. This destructor ensures proper cleanup of all installer components and allocated memory.
The destructor handles cleanup of temporary files, releases system resources, and properly terminates any ongoing build operations before freeing the installer instance.