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.Dialog.control()

control(name, type, x, y, width, height, attributes, property, text, control_next, help) Return a new Control object

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

class msilib.RadioButtonGroup(dlg, name, property) Create a radio button control named name. property is the

2016-10-07 17:37:26
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
msilib.Database.Commit()

Database.Commit() Commit the changes pending in the current transaction, by calling MSIDatabaseCommit().

2016-10-07 17:37:23
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
msilib.View.Execute()

View.Execute(params) Execute the SQL query of the view, through MSIViewExecute(). If params is not None

2016-10-07 17:37:29
msilib.Control.condition()

condition(action, condition) Make an entry into the ControlCondition table for this control.

2016-10-07 17:37:22
msilib.SummaryInformation.SetProperty()

SummaryInformation.SetProperty(field, value) Set a property through MsiSummaryInfoSetProperty(). field

2016-10-07 17:37:28
msilib.sequence

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

2016-10-07 17:37:28