msilib.CAB.append()
  • References/Python/Python/MS Windows

append(full, file, logical) Add the file with the pathname full to the CAB file, under the name logical. If

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

msilib.add_data(database, table, records) Add all records to the table named table in database.

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

View.Modify(kind, data) Modify the view, by calling MsiViewModify(). kind can be one of MSIMODIFY_SEEK

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

msvcrt.ungetch(char) Cause the byte string char to be “pushed back” into the console buffer; it will be the next character

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

winreg.DisableReflectionKey(key) Disables registry reflection for 32-bit processes running on a 64-bit operating system.

2025-01-10 15:47:30