FileToExecute Property
Optional file to execute (open) after the archive is extracted.
Syntax
__property String FileToExecute = {read=FFileToExecute, write=FSetFileToExecute, default="."};
Default Value
"."
Remarks
This property specifies an executable file which will be run after the archive has completed decompressing. This must be a relative path to a file located within ExtractToPath. If this property is set to ".", the folder to which the archive has been decompressed will open in Windows Explorer. If this property is set to "" (empty string), the extractor will close and take no action.
Data Type
String