'Declaration Public ReadOnly Property ExecuteAfter As StringList
'Usage Dim instance As XceedSfxPrefix Dim value As StringList value = instance.ExecuteAfter
public StringList ExecuteAfter {get;}
Property Value
A reference to a StringList object representing the external programs or executables that the self-extracting zip file will run upon successfully extracting its files.
Parameters for the executable can also be specified by separating them from the executable using a pipe (|) character. For example: Dim sfx As New XceedSfxPrefix(New DiskFile("C:\Program Files\Xceed Components\Xceed Zip for .NET 2.0\Sfx\v1.3\xcdsfx32.bin")) sfx.ExecuteAfter.Add("notepad.exe|d:\test.txt")