IBX.IBInstall.EIBInstall.InstallerError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InstallerError : TIBInstallerError read FInstallerError;

C++

__property TIBInstallerError InstallerError = {read=FInstallerError, nodefault};

Properties

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

Description

Returns IBX error messages.

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.