msilib.SummaryInformation.GetPropertyCount()

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

2016-10-07 17:37:28
winsound.MessageBeep()

winsound.MessageBeep(type=MB_OK) Call the underlying MessageBeep() function from the Platform API. This plays a

2016-10-07 17:47:26
msilib.RadioButtonGroup.add()

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

2016-10-07 17:37:26
msvcrt.open_osfhandle()

msvcrt.open_osfhandle(handle, flags) Create a C runtime file descriptor from the file handle handle. The flags

2016-10-07 17:37:31
winreg.DeleteValue()

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

2016-10-07 17:47:23
winreg.EnumKey()

winreg.EnumKey(key, index) Enumerates subkeys of an open registry key, returning a string. key

2016-10-07 17:47:23
msilib.Directory.add_file()

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

2016-10-07 17:37:24
msilib.SummaryInformation.Persist()

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

2016-10-07 17:37:28
winreg.DeleteKeyEx()

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

2016-10-07 17:47:22
msilib.Record.GetInteger()

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

2016-10-07 17:37:27