CaptionText Property
Optional caption (title) text for the self-extractor dialogs.
Syntax
sdacontrol.CaptionText[=string]
Default Value
""
Remarks
This property contains the text which will appear on the title bar of the dialog boxes that appear when running the SDA executable file. If this property is not set, "IP*Works! PG Self Extractor - www.nsoftware.com" will appear in the title bar.
Example (Creating a Self-Decrypting Archive)
control.ArchiveFile = "c:\test.exe" control.RecurseSubdirectories = true control.SourceDirectory = "c:\foo\" control.CaptionText = "Testing SDA" control.BannerText = "Press continue to decompress the archive." control.CreateSDA() control.ArchiveFile = "c:\test.exe" control.SourceFile = "c:\foo\bar.dat" control.CaptionText = "Testing SDA" control.BannerText = "Press continue to decompress the archive." control.CreateSDA()
Data Type
String