IBX.IBInstall.TIBSetup.RebootToComplete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RebootToComplete : Boolean read FRebootToComplete;

C++

__property bool RebootToComplete = {read=FRebootToComplete, nodefault};

Properties

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

Description

Sets whether it is necessary to reboot to complete the installation.

Use RebootToComplete to set whether it is necessary to reboot the system to complete the installation or uninstallation. By default, this is not necessary (False).

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