Class TBaseHelperComponent (unit Install)

Inherits from

TComponent

Constructors


constructor Create(AOwner: TComponent);



Functions

destructor Destroy;


procedure Install;


procedure UnInstall(RestoreToPrevious: Boolean);


procedure SetFileGroup(Value: TInstallFileGroup);


procedure SetInclude(Value: Boolean);

Move this from protected to private 1/29/96

procedure SetInstallComponent(Value: TInstall);


procedure SetInstallTypes(Value: InstallTypeSet);


procedure SetRegisteredType(Value: Integer);


Properties

property InstallComponent : TInstall


property FileGroup : TInstallFileGroup


property Include : Boolean


property InstallTypes : InstallTypeSet


property RegisteredType : Integer


property UnInstallOptions : TStandardUnInstallOptionSet


Events

Variables

FInstallComponent : TInstall;


FFileGroup : TInstallFileGroup;


FInclude : Boolean;


FInstallTypes : InstallTypeSet;


FRegisteredType : Integer;


FUnInstallOptions : TStandardUnInstallOptionSet;



Constructors


constructor Create(AOwner: TComponent);


Functions


destructor Destroy;


procedure Install;


procedure UnInstall(RestoreToPrevious: Boolean);


procedure SetFileGroup(Value: TInstallFileGroup);


procedure SetInclude(Value: Boolean);

Move this from protected to private 1/29/96


procedure SetInstallComponent(Value: TInstall);


procedure SetInstallTypes(Value: InstallTypeSet);


procedure SetRegisteredType(Value: Integer);


Properties


property InstallComponent : TInstall


property FileGroup : TInstallFileGroup


property Include : Boolean


property InstallTypes : InstallTypeSet


property RegisteredType : Integer


property UnInstallOptions : TStandardUnInstallOptionSet


Events


Variables


FInstallComponent : TInstall;


FFileGroup : TInstallFileGroup;


FInclude : Boolean;


FInstallTypes : InstallTypeSet;


FRegisteredType : Integer;


FUnInstallOptions : TStandardUnInstallOptionSet;