class msilib.CAB(name)
The class CAB represents a CAB file. During MSI construction, files will be added simultaneously to the Files table, and to a CAB file. Then, when all files have been added, the CAB file can be written, then added to the MSI file.
name is the name of the CAB file in the MSI file.
append(full, file, logical)
Add the file with the pathname full to the CAB file, under the name logical. If there is already a file named logical, a new file name is created. Return the ind