IBX.IBInstall.TIBInstall.UnInstallFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  UnInstallFile: String read FUnInstallFile;

C++

__property System::UnicodeString UnInstallFile = {read=FUnInstallFile};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBInstall.pas
IBX.IBInstall.hpp
IBX.IBInstall TIBInstall

Description

Returns the name and path of the uninstall file.

Use UnInstallFile to return the binary log file name and path of the uninstall file. The uninstall file contains information on which options were installed. This information lets the TIBUnInstall component know what needs to be removed.

Note: You must install InterBase 6 to use this feature.