msilib.CAB.commit()

commit(database) Generate a CAB file, add it as a stream to the MSI file, put it into the Media table, and remove

2016-10-07 17:37:22
winreg.QueryInfoKey()

winreg.QueryInfoKey(key) Returns information about a key, as a tuple. key is an already

2016-10-07 17:47:25
msilib.Dialog.radiogroup()

radiogroup(name, x, y, width, height, attributes, property, text, next_control) Add and return a RadioButtonGroup

2016-10-07 17:37:24
msilib.schema

msilib.schema This is the standard MSI schema for MSI 2.0, with the tables variable providing a list of table definitions

2016-10-07 17:37:27
msilib.Dialog.checkbox()

checkbox(name, x, y, width, height, attributes, property, text, next_control) Add and return a CheckBox control

2016-10-07 17:37:23
winreg.EnumValue()

winreg.EnumValue(key, index) Enumerates values of an open registry key, returning a tuple. key

2016-10-07 17:47:23
winsound.Beep()

winsound.Beep(frequency, duration) Beep the PC’s speaker. The frequency parameter specifies frequency, in hertz, of

2016-10-07 17:47:26
msilib.Binary

class msilib.Binary(filename) Represents entries in the Binary table; inserting such an object using add_data()

2016-10-07 17:37:21
msilib.Feature

class msilib.Feature(db, id, title, desc, display, level=1, parent=None, directory=None, attributes=0) Add a new record to the

2016-10-07 17:37:25
winreg.ExpandEnvironmentStrings()

winreg.ExpandEnvironmentStrings(str) Expands environment variable placeholders %NAME% in strings like RE

2016-10-07 17:47:23