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.OpenKey()
  • References/Python/Python/MS Windows

winreg.OpenKey(key, sub_key, reserved=0, access=KEY_READ) winreg.OpenKeyEx(key, sub_key, reserved=0, access=KEY_READ) Opens

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

PyHKEY.Detach() Detaches the Windows handle from the handle object. The result is an integer

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

winsound.PlaySound(sound, flags) Call the underlying PlaySound() function from the Platform API. The sound

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.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
winreg.SetValueEx()
  • References/Python/Python/MS Windows

winreg.SetValueEx(key, value_name, reserved, type, value) Stores data in the value field of an open registry key.

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.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