ZipArchiverBuildSfx Method

Overload List

BuildSfx(IEnumerableString, String) Compresses the specified source files or diretories into a self-extracting archive (SFX) using the default compression parameters.
BuildSfx(String, String) Compresses the specified source file or diretory into a self-extracting archive (SFX) using the default compression parameters.
BuildSfx(IEnumerableString, String, CompressionMethod, CompressionLevel) Compresses the specified source files or diretories into a self-extracting archive (SFX) using the specified compression parameters.
BuildSfx(IEnumerableString, String, String, EncryptionAlgorithm) Compresses the specified source files or diretories into a self-extracting archive (SFX), with a password, using the default compression parameters.
BuildSfx(String, String, CompressionMethod, CompressionLevel) Compresses the specified source file or diretory into a self-extracting archive (SFX) using the specified compression parameters.
BuildSfx(String, String, String, EncryptionAlgorithm) Compresses the specified source file or diretory into a self-extracting archive (SFX), with a password, using the default compression parameters.
BuildSfx(IEnumerableString, String, String, EncryptionAlgorithm, CompressionMethod, CompressionLevel) Compresses the specified source files or diretories into a self-extracting archive (SFX), with a password, using the specified compression parameters.
BuildSfx(String, String, String, EncryptionAlgorithm, CompressionMethod, CompressionLevel) Compresses the specified source file or diretory into a self-extracting archive (SFX), with a password, using the specified compression parameters.
BuildSfx(IEnumerableString, String, CompressionMethod, CompressionLevel, String, Boolean, ExtractExistingFileAction, Boolean, String, String, SelfExtractorFlavor, String) Compresses the specified source files or diretories into a self-extracting archive (SFX), using the specified compression and SFX parameters.
BuildSfx(String, String, CompressionMethod, CompressionLevel, String, Boolean, ExtractExistingFileAction, Boolean, String, String, SelfExtractorFlavor, String) Compresses the specified source file or diretory into a self-extracting archive (SFX), using the specified compression and SFX parameters.
BuildSfx(IEnumerableString, String, String, EncryptionAlgorithm, CompressionMethod, CompressionLevel, String, Boolean, ExtractExistingFileAction, Boolean, String, String, SelfExtractorFlavor, String) Compresses the specified source files or diretories into a self-extracting archive (SFX), with a password, using the specified compression and SFX parameters.
BuildSfx(String, String, String, EncryptionAlgorithm, CompressionMethod, CompressionLevel, String, Boolean, ExtractExistingFileAction, Boolean, String, String, SelfExtractorFlavor, String) Compresses the specified source file or diretory into a self-extracting archive (SFX), with a password, using the specified compression and SFX parameters.

See Also