msilib.Dialog.control()
  • References/Python/Python/MS Windows

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

2025-01-10 15:47:30
msilib.Directory.start_component()
  • References/Python/Python/MS Windows

start_component(component=None, feature=None, flags=None, keyfile=None, uuid=None) Add an entry to the Component table, and

2025-01-10 15:47:30
msilib.RadioButtonGroup
  • References/Python/Python/MS Windows

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

2025-01-10 15:47:30
msilib.schema
  • References/Python/Python/MS Windows

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

2025-01-10 15:47:30
msilib.Binary
  • References/Python/Python/MS Windows

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

2025-01-10 15:47:30
msilib.CAB.commit()
  • References/Python/Python/MS Windows

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

2025-01-10 15:47:30
msilib.SummaryInformation.SetProperty()
  • References/Python/Python/MS Windows

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

2025-01-10 15:47:30
msilib.Dialog.text()
  • References/Python/Python/MS Windows

text(name, x, y, width, height, attributes, text) Add and return a Text control.

2025-01-10 15:47:30
msilib.Feature
  • References/Python/Python/MS Windows

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

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

msvcrt.getch() Read a keypress and return the resulting character as a byte string. Nothing is echoed to the console. This call

2025-01-10 15:47:30