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

PyHKEY.__exit__(*exc_info) The HKEY object implements __enter__() and __exit__() and thus supports

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

View.Fetch() Return a result record of the query, through calling MsiViewFetch().

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

class msilib.CAB(name) The class CAB represents a CAB file. During MSI construction, files will be added simultaneously

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

msilib.gen_uuid() Return a new UUID, in the format that MSI typically requires (i.e. in curly braces, and with all hexdigits

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

msvcrt.ungetwch(unicode_char) Wide char variant of ungetch(), accepting a Unicode value.

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.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