msilib.sequence This module contains table contents for the standard sequence tables: AdminExecuteSequence, AdminUISequence
append(full, file, logical) Add the file with the pathname full to the CAB file, under the name logical. If
winreg.ExpandEnvironmentStrings(str) Expands environment variable placeholders %NAME% in strings like RE
text(name, x, y, width, height, attributes, text) Add and return a Text control.
winreg.EnumValue(key, index) Enumerates values of an open registry key, returning a tuple. key
bitmap(name, x, y, width, height, text) Add and return a Bitmap control.
checkbox(name, x, y, width, height, attributes, property, text, next_control) Add and return a CheckBox control
control(name, type, x, y, width, height, attributes, property, text, control_next, help) Return a new Control object
class msilib.Feature(db, id, title, desc, display, level=1, parent=None, directory=None, attributes=0) Add a new record to the
winreg.CreateKey(key, sub_key) Creates or opens the specified key, returning a handle object.
Page 5 of 10