winreg.DisableReflectionKey(key) Disables registry reflection for 32-bit processes running on a 64-bit operating system.
msvcrt.ungetch(char) Cause the byte string char to be “pushed back” into the console buffer; it will be the next character
msvcrt.setmode(fd, flags) Set the line-end translation mode for the file descriptor fd. To set it to text mode, flags
View.Modify(kind, data) Modify the view, by calling MsiViewModify(). kind can be one of MSIMODIFY_SEEK
msilib.add_data(database, table, records) Add all records to the table named table in database.
msvcrt.locking(fd, mode, nbytes) Lock part of a file based on file descriptor fd from the C runtime. Raises
mapping(event, attribute) Make an entry into the EventMapping table for this control.
glob(pattern, exclude=None) Add a list of files to the current component as specified in the glob pattern. Individual files
remove_pyc() Remove .pyc/.pyo files on uninstall.
class msilib.Control(dlg, name) Base class of the dialog controls. dlg is the dialog object the control belongs to
Page 8 of 10