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

winreg.CreateKeyEx(key, sub_key, reserved=0, access=KEY_WRITE) Creates or opens the specified key, returning a handle

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

winreg.QueryReflectionKey(key) Determines the reflection state for the specified key. 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
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
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