class msilib.Directory(database, cab, basedir, physical, logical, default[, componentflags]) Create a new directory in the Directory
Record.SetStream(field, value) Set field to the contents of the file named value, through MsiRecordSetStream()
PyHKEY.__exit__(*exc_info) The HKEY object implements __enter__() and __exit__() and thus supports
msilib.CreateRecord(count) Return a new record object by calling MSICreateRecord(). count is the number
View.Fetch() Return a result record of the query, through calling MsiViewFetch().
class msilib.CAB(name) The class CAB represents a CAB file. During MSI construction, files will be added simultaneously
msilib.gen_uuid() Return a new UUID, in the format that MSI typically requires (i.e. in curly braces, and with all hexdigits
msvcrt.ungetwch(unicode_char) Wide char variant of ungetch(), accepting a Unicode value.
winreg.DeleteKey(key, sub_key) Deletes the specified key. key is an already open key
Record.GetFieldCount() Return the number of fields of the record, through MsiRecordGetFieldCount().
Page 9 of 10