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

winreg.CreateKey(key, sub_key) Creates or opens the specified key, returning a handle object.

2025-01-10 15:47:30