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

winreg.QueryValue(key, sub_key) Retrieves the unnamed value for a key, as a string. key

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

msilib.text This module contains definitions for the UIText and ActionText tables, for the standard installer actions.

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

event(event, argument, condition=1, ordering=None) Make an entry into the ControlEvent table for this control.

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

winreg.QueryValueEx(key, value_name) Retrieves the type and data for a specified value name associated with an open registry

2025-01-10 15:47:30