---------------------------------------------------------------------------
| 327 | |
| 328 | //--------------------------------------------------------------------------- |
| 329 | void __fastcall TPluginF::FinalizeInstall() |
| 330 | { |
| 331 | RunThread = NULL; |
| 332 | |
| 333 | if (TempPath.size() && File::Exists(TempPath)) |
| 334 | File::Delete(TempPath); |
| 335 | |
| 336 | ModalResult = 1; |
| 337 | } |
| 338 | |
| 339 | //*************************************************************************** |
| 340 | // C++ |