msilib.Directory.glob()
  • References/Python/Python/MS Windows

glob(pattern, exclude=None) Add a list of files to the current component as specified in the glob pattern. Individual files

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

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

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

pushbutton(name, x, y, width, height, attributes, text, next_control) Add and return a PushButton control.

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