winreg.CreateKey()
  • References/Python/Python/MS Windows

winreg.CreateKey(key, sub_key) Creates or opens the specified key, returning a handle object.

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

Record.SetInteger(field, value) Set field to value through MsiRecordSetInteger(). Both field

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

View.Close() Close the view, through MsiViewClose().

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

Database.GetSummaryInformation(count) Return a new summary information object, by calling MsiGetSummaryInformation()

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

set_current() Make this feature the current feature of msilib. New components are automatically added to the default

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

Record.SetString(field, value) Set field to value through MsiRecordSetString(). field

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

Database.OpenView(sql) Return a view object, by calling MSIDatabaseOpenView(). sql is the SQL statement

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

View.GetColumnInfo(kind) Return a record describing the columns of the view, through calling MsiViewGetColumnInfo()

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

msilib.init_database(name, schema, ProductName, ProductCode, ProductVersion, Manufacturer) Create and return a new database

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

msilib.UuidCreate() Return the string representation of a new unique identifier. This wraps the Windows API functions

2025-01-10 15:47:30