Specifies the file name of the executable stub.
[C#]
public string SFXStub { get; set; }
[VB.NET]
Public Property SFXStub As String
Description
Use SFXStub to specify the executable stub before creating self-extracting (SFX) archive by OpenArchive(FileMode.Create) or by calling MakeSFX. If SFXStub is not set or set to not existing file when the MakeSFX method is called, then an exception will be raised.
Note: If you need to create multi-disk spanned or splitted self-extractable archive you should set SFXStub and call OpenArchive with Create mode. Do not use MakeSFX for spanned or splitted archives.