msilib.add_tables(database, module) Add all table content from module to database. module must contain
PyHKEY.__enter__() PyHKEY.__exit__(*exc_info) The HKEY object implements __enter__() and __exit__()
winreg.FlushKey(key) Writes all the attributes of a key to the registry. key is an
winreg.ConnectRegistry(computer_name, key) Establishes a connection to a predefined registry handle on another computer, and
SummaryInformation.GetProperty(field) Return a property of the summary, through MsiSummaryInfoGetProperty(). field
class msilib.Dialog(db, name, x, y, w, h, attr, title, first, default, cancel) Return a new Dialog object. An entry
Record.ClearData() Set all fields of the record to 0, through MsiRecordClearData().
line(name, x, y, width, height) Add and return a Line control.
msilib.sequence This module contains table contents for the standard sequence tables: AdminExecuteSequence, AdminUISequence
condition(action, condition) Make an entry into the ControlCondition table for this control.
Page 4 of 10