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.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.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
winreg.QueryInfoKey()
  • References/Python/Python/MS Windows

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

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

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

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

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

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

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

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
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
msilib.Control.condition()
  • References/Python/Python/MS Windows

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

2025-01-10 15:47:30