RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBInstall.UnInstallFile Property

Returns the name and path of the uninstall file.

Pascal
property UnInstallFile: string;
C++
__property AnsiString UnInstallFile;

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.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!