winreg.SetValueEx(key, value_name, reserved, type, value) Stores data in the value field of an open registry key.
winreg.QueryValue(key, sub_key) Retrieves the unnamed value for a key, as a string. key
msilib.text This module contains definitions for the UIText and ActionText tables, for the standard installer actions.
PyHKEY.Detach() Detaches the Windows handle from the handle object. The result is an integer
Record.ClearData() Set all fields of the record to 0, through MsiRecordClearData().
class msilib.Dialog(db, name, x, y, w, h, attr, title, first, default, cancel) Return a new Dialog object. An entry
SummaryInformation.GetProperty(field) Return a property of the summary, through MsiSummaryInfoGetProperty(). field
msilib.add_tables(database, module) Add all table content from module to database. module must contain
event(event, argument, condition=1, ordering=None) Make an entry into the ControlEvent table for this control.
winreg.QueryValueEx(key, value_name) Retrieves the type and data for a specified value name associated with an open registry
Page 3 of 10