winreg.FlushKey()
  • References/Python/Python/MS Windows

winreg.FlushKey(key) Writes all the attributes of a key to the registry. key is an

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

winreg.ConnectRegistry(computer_name, key) Establishes a connection to a predefined registry handle on another computer, and

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

SummaryInformation.GetProperty(field) Return a property of the summary, through MsiSummaryInfoGetProperty(). field

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

class msilib.Dialog(db, name, x, y, w, h, attr, title, first, default, cancel) Return a new Dialog object. An entry

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

msvcrt.putch(char) Print the byte string char to the console without buffering.

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

winreg.SetValueEx(key, value_name, reserved, type, value) Stores data in the value field of an open registry key.

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

winreg.CloseKey(hkey) Closes a previously opened registry key. The hkey argument specifies a previously opened key

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

winreg.OpenKeyEx(key, sub_key, reserved=0, access=KEY_READ) Opens the specified key, returning a handle object

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

msilib.sequence This module contains table contents for the standard sequence tables: AdminExecuteSequence, AdminUISequence

2025-01-10 15:47:30
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