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

winreg.DeleteValue(key, value) Removes a named value from a registry key. key is an

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

msvcrt.get_osfhandle(fd) Return the file handle for the file descriptor fd. Raises

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

winreg.LoadKey(key, sub_key, file_name) Creates a subkey under the specified key and stores registration information from a

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

PyHKEY.Close() Closes the underlying Windows handle. If the handle is already closed, no error

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

PyHKEY.Detach() Detaches the Windows handle from the handle object. The result is an integer

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

line(name, x, y, width, height) Add and return a Line control.

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