Selerix Developer Tools
CreateSevenZipSFX Method






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > Utils Class : CreateSevenZipSFX Method
The path to SFX file.
The config string.
The path to source archive.
Name of the destination file.
Creates the seven zip selef extract exe.
Syntax
'Declaration
 
Public Shared Sub CreateSevenZipSFX( _
   ByVal pathToSfxFile As String, _
   ByVal configString As String, _
   ByVal pathToSourceArchive As String, _
   ByVal destinationFileName As String _
) 
'Usage
 
Dim pathToSfxFile As String
Dim configString As String
Dim pathToSourceArchive As String
Dim destinationFileName As String
 
Utils.CreateSevenZipSFX(pathToSfxFile, configString, pathToSourceArchive, destinationFileName)
public procedure CreateSevenZipSFX( 
    pathToSfxFile: String;
    configString: String;
    pathToSourceArchive: String;
    destinationFileName: String
); static; 
public static function CreateSevenZipSFX( 
   pathToSfxFile : String,
   configString : String,
   pathToSourceArchive : String,
   destinationFileName : String
);

Parameters

pathToSfxFile
The path to SFX file.
configString
The config string.
pathToSourceArchive
The path to source archive.
destinationFileName
Name of the destination file.
See Also

Reference

Utils Class
Utils Members