SwitchSelfExtractingArchive Class

Summary

-sfx (Create SFX archive) switch.

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

Namespace
Cake.SevenZip.Switches
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["ISwitch"] click Interface0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISwitch" Type["SwitchSelfExtractingArchive"] class Type type-node

Syntax

public class SwitchSelfExtractingArchive : ISwitch

Properties

Name Value Summary
SfxModule FilePath?
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.

Methods

Name Value Summary
BuildArguments(ProcessArgumentBuilder) void
Builds the arguments using the builder.

See Also

GitHub Discussion