msilib.add_tables(database, module) Add all table content from module to database. module must contain
winreg.OpenKey(key, sub_key, reserved=0, access=KEY_READ) winreg.OpenKeyEx(key, sub_key, reserved=0, access=KEY_READ) Opens
PyHKEY.Detach() Detaches the Windows handle from the handle object. The result is an integer
winsound.PlaySound(sound, flags) Call the underlying PlaySound() function from the Platform API. The sound
line(name, x, y, width, height) Add and return a Line control.
SummaryInformation.GetProperty(field) Return a property of the summary, through MsiSummaryInfoGetProperty(). field
winreg.SetValueEx(key, value_name, reserved, type, value) Stores data in the value field of an open registry key.
winreg.ConnectRegistry(computer_name, key) Establishes a connection to a predefined registry handle on another computer, and
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().
Page 3 of 10