Class: Xact

Xact()

Verb to install xact

Constructor

new Xact()

Source:

Methods

extractFiles(progressBar, filesToExtract, destination, pattern, directory) → {void}

Extracts a given list of files
Parameters:
Name Type Description
progressBar * The progress bar
filesToExtract * A list of files to extract
destination * The destination directory
pattern * The file pattern
directory * The directory where the files are located
Source:
Returns:
Type
void

regsvr32Xact(progressBar, dllToRegsvr) → {void}

Executes regsvr32 on the dlls present in dllToRegsvr
Parameters:
Name Type Description
progressBar * The progressbar
dllToRegsvr * The dll files
Source:
Returns:
Type
void