Class: CabExtract

CabExtract()

CabExtract class

Constructor

new CabExtract()

Source:

Methods

archive(archive) → {CabExtract}

Sets the CAB archive
Parameters:
Name Type Description
archive string The CAB archive which shall be extracted
Source:
Returns:
The CabExtract object
Type
CabExtract

extract(args) → {void}

Extracts the archive to the previously set destination
Parameters:
Name Type Description
args string The arguments for the extraction
Source:
Returns:
Type
void

message(progressMessage) → {CabExtract}

Sets the progress message text
Parameters:
Name Type Description
progressMessage string The progress message
Source:
Returns:
The CabExtract object
Type
CabExtract

to(destination) → {CabExtract}

Sets the destination for the extracted archive content
Parameters:
Name Type Description
destination string The place where the archive shall be extracted
Source:
Returns:
The CabExtract object
Type
CabExtract

wizard(wizard) → {CabExtract}

Sets the setup wizard
Parameters:
Name Type Description
wizard SetupWizard The setup wizard
Source:
Returns:
The CabExtract object
Type
CabExtract