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

msilib.FCICreate(cabname, files) Create a new CAB file named cabname. files must be a list of tuples, each

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

remove_pyc() Remove .pyc/.pyo files on uninstall.

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

msvcrt.getwch() Wide char variant of getch(), returning a Unicode value.

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

msvcrt.getwche() Wide char variant of getche(), returning a Unicode value.

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

Record.GetString(field) Return the value of field as a string where possible. field must be an integer.

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

msvcrt.heapmin() Force the malloc() heap to clean itself up and return unused blocks to the operating system. On

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