SwitchSelfExtractingArchive.

SfxModule Property

Summary

Sets the SFX module that will be combined with the archive. This module must be placed in the same directory as the 7z.exe. If no module is assigned, 7-Zip will use standard console SFX module 7zCon.sfx.

Syntax

public FilePath? SfxModule { private get; set; }

Value

Type Description
FilePath? The SFX module.
GitHub Discussion