Contents - Index - Previous - Next
AutoRun property
Applies to
TSFXConfig component
Declaration
property AutoRun: Boolean;
Description
Setting this value to True will cause the SFX to automatically run and extract its contents to the destination path that you set in the call to setStringData (see below). In this case, upon double clicking, the sfx will automatically run without any intervention from the user. A window will not appear (unless you assign a value to InfoText in which case an information window will be shown before unzipping commences). You can still have the sfx execute a program or file when done by setting the CmdLine property.