msilib.sequence
  • References/Python/Python/MS Windows

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

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

append(full, file, logical) Add the file with the pathname full to the CAB file, under the name logical. If

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

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

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

bitmap(name, x, y, width, height, text) Add and return a Bitmap control.

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

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

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

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

2025-01-10 15:47:30