msilib.SummaryInformation.Persist()
  • References/Python/Python/MS Windows

SummaryInformation.Persist() Write the modified properties to the summary information stream, using MsiSummaryInfoPersist()

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

add(name, x, y, width, height, text, value=None) Add a radio button named name to the group, at the coordinates x

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

SummaryInformation.GetPropertyCount() Return the number of summary properties, through MsiSummaryInfoGetPropertyCount()

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

winreg.DeleteKeyEx(key, sub_key, access=KEY_WOW64_64KEY, reserved=0) Deletes the specified key.

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

add_file(file, src=None, version=None, language=None) Add a file to the current component of the directory, starting a new one

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

winreg.OpenKey(key, sub_key, reserved=0, access=KEY_READ) winreg.OpenKeyEx(key, sub_key, reserved=0, access=KEY_READ) Opens

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

winreg.CreateKeyEx(key, sub_key, reserved=0, access=KEY_WRITE) Creates or opens the specified key, returning a handle

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

winreg.SaveKey(key, file_name) Saves the specified key, and all its subkeys to the specified file.

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

winreg.QueryReflectionKey(key) Determines the reflection state for the specified key. key

2025-01-10 15:47:30