Methods
archive(archive) → {CabExtract}
Sets the CAB archive
Parameters:
Name | Type | Description |
---|---|---|
archive |
string | The CAB archive which shall be extracted |
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 |
Returns:
- Type
- void
message(progressMessage) → {CabExtract}
Sets the progress message text
Parameters:
Name | Type | Description |
---|---|---|
progressMessage |
string | The progress message |
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 |
Returns:
The CabExtract object
- Type
- CabExtract
wizard(wizard) → {CabExtract}
Sets the setup wizard
Parameters:
Name | Type | Description |
---|---|---|
wizard |
SetupWizard | The setup wizard |
Returns:
The CabExtract object
- Type
- CabExtract