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
msvcrt.putch(char) Print the byte string char to the console without buffering.
winreg.SetValueEx(key, value_name, reserved, type, value) Stores data in the value field of an open registry key.
winreg.CloseKey(hkey) Closes a previously opened registry key. The hkey argument specifies a previously opened key
winreg.OpenKeyEx(key, sub_key, reserved=0, access=KEY_READ) Opens the specified key, returning a handle object
msilib.sequence This module contains table contents for the standard sequence tables: AdminExecuteSequence, AdminUISequence
append(full, file, logical) Add the file with the pathname full to the CAB file, under the name logical. If
Page 4 of 10