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

winsound.Beep(frequency, duration) Beep the PC’s speaker. The frequency parameter specifies frequency, in hertz, of

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
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
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.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
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
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.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