CaptionText Property
Optional caption (title) text for the self-extractor dialogs.
Object Oriented Interface
public function getCaptionText(); public function setCaptionText($value);
Procedural Interface
ipworkszip_zipsfx_get($res, 3 ); ipworkszip_zipsfx_set($res, 3, $value );
Default Value
''
Remarks
This property contains the text which will appear on the title bar of the dialog boxes that appear when running the SFX executable file. If this property is not set, "IP*Works! Zip Self Extractor - www.nsoftware.com" will appear in the title bar.
Example (Creating a Self-Extracting Archive)
class
.ArchiveFile =
"c:\test.exe"
class
.RecurseSubdirectories =
true
class
.SourceDirectory =
"c:\foo\"
class
.CaptionText =
"Testing ZipSFX"
class
.BannerText =
"Press continue to decompress the archive."
class
.CreateSFX()
Data Type
String