RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EIBInstall.InstallerError Property

Returns IBX error messages.

Pascal
property InstallerError: TIBInstallerError;
C++
__property TIBInstallerError InstallerError;

Use InstallerError to return error messages generated by the IBX install components. InstallerError can be one of:

ieSuccess  
Installation is successful  
ieDelphiException  
Installation fails due to a Delphi exception  
ieNoOptionsSet  
Installation fails because no installation options are set  
ieNoDestinationDirectory  
Installation fails because no destination directory is set  
ieNoSourceDirectory  
Installation fails because no source directory is set  
ieNoUninstallFile  
Installation fails because no uninstall file is named  
ieOptionNeedsClient  
Installation fails because the installation needs the InterBase Client component to succeed  
ieOptionNeedsServer  
Installation fails because the installation needs the InterBase Server component to succeed  
ieInvalidOption  
Option is invalid  
ieInvalidOnErrorResult  
The OnError event result is invalid  
ieInvalidOnStatusResult  
The OnStatus event result is invalid  

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!