'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, the string "notepad.exe|d:\test.txt" will execute notepad.exe with d:\test.txt as a parameter.