msilib.add_tables()
  • References/Python/Python/MS Windows

msilib.add_tables(database, module) Add all table content from module to database. module must contain

2025-01-10 15:47:30
winreg.PyHKEY.
  • References/Python/Python/MS Windows

PyHKEY.__enter__() PyHKEY.__exit__(*exc_info) The HKEY object implements __enter__() and __exit__()

2025-01-10 15:47:30
winreg.FlushKey()
  • References/Python/Python/MS Windows

winreg.FlushKey(key) Writes all the attributes of a key to the registry. key is an

2025-01-10 15:47:30
winreg.ConnectRegistry()
  • References/Python/Python/MS Windows

winreg.ConnectRegistry(computer_name, key) Establishes a connection to a predefined registry handle on another computer, and

2025-01-10 15:47:30
msilib.SummaryInformation.GetProperty()
  • References/Python/Python/MS Windows

SummaryInformation.GetProperty(field) Return a property of the summary, through MsiSummaryInfoGetProperty(). field

2025-01-10 15:47:30
msilib.Dialog
  • References/Python/Python/MS Windows

class msilib.Dialog(db, name, x, y, w, h, attr, title, first, default, cancel) Return a new Dialog object. An entry

2025-01-10 15:47:30
msilib.Record.ClearData()
  • References/Python/Python/MS Windows

Record.ClearData() Set all fields of the record to 0, through MsiRecordClearData().

2025-01-10 15:47:30
msilib.Dialog.line()
  • References/Python/Python/MS Windows

line(name, x, y, width, height) Add and return a Line control.

2025-01-10 15:47:30
msilib.sequence
  • References/Python/Python/MS Windows

msilib.sequence This module contains table contents for the standard sequence tables: AdminExecuteSequence, AdminUISequence

2025-01-10 15:47:30
msilib.Control.condition()
  • References/Python/Python/MS Windows

condition(action, condition) Make an entry into the ControlCondition table for this control.

2025-01-10 15:47:30