CaptionText Property
Optional caption (title) text for the self-extractor dialogs.
Syntax
char* GetCaptionText();
int SetCaptionText(char* lpszCaptionText);
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