ArchiverBuildSfx Method

Overload List

BuildSfx(IEnumerableString, String, SevenZipSharpSfxModule) Builds a self-extracting archive (SFX) containing the source file or directory using the default compression parameters.
BuildSfx(String, String, SevenZipSharpSfxModule) Builds a self-extracting archive (SFX) containing the source file or directory using the default compression parameters.
BuildSfx(IEnumerableString, String, String, SevenZipSharpSfxModule) Builds a self-extracting archive (SFX), with a password, containing the source file or directory using the default compression parameters.
BuildSfx(String, String, String, SevenZipSharpSfxModule) Builds a self-extracting archive (SFX), with a password, containing the source file or directory using the default compression parameters.
BuildSfx(IEnumerableString, String, SevenZipSharpSfxModule, CompressionMethod, CompressionLevel) Builds a self-extracting archive (SFX) containing the source file or directory using the specified compression parameters.
BuildSfx(String, String, SevenZipSharpSfxModule, CompressionMethod, CompressionLevel) Builds a self-extracting archive (SFX) containing the source file or directory using the specified compression parameters.
BuildSfx(IEnumerableString, String, String, SevenZipSharpSfxModule, CompressionMethod, CompressionLevel) Builds a self-extracting archive (SFX), with a password, containing the source file or directory using the specified compression parameters.
BuildSfx(String, String, String, SevenZipSharpSfxModule, CompressionMethod, CompressionLevel) Builds a self-extracting archive (SFX), with a password, containing the source file or directory using the specified compression parameters.

See Also