msilib.add_stream()
  • References/Python/Python/MS Windows

msilib.add_stream(database, name, path) Add the file path into the _Stream table of database

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

winreg.DeleteKey(key, sub_key) Deletes the specified key. key is an already open key

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

msilib.OpenDatabase(path, persist) Return a new database object by calling MsiOpenDatabase. path is the file name of

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

msvcrt.kbhit() Return true if a keypress is waiting to be read.

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

class msilib.Directory(database, cab, basedir, physical, logical, default[, componentflags]) Create a new directory in the Directory

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

Record.GetFieldCount() Return the number of fields of the record, through MsiRecordGetFieldCount().

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

mapping(event, attribute) Make an entry into the EventMapping table for this control.

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

msilib.CreateRecord(count) Return a new record object by calling MSICreateRecord(). count is the number

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

winreg.SetValue(key, sub_key, type, value) Associates a value with a specified key. key

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

Record.SetStream(field, value) Set field to the contents of the file named value, through MsiRecordSetStream()

2025-01-10 15:47:30