Class WindowsApplication (1.12.1)

WindowsApplication(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Contains information about a Windows application that is retrieved from the Windows Registry. For more information about these fields, see: https://docs.microsoft.com/en-us/windows/win32/msi/uninstall-registry-key

Attributes

NameDescription
display_name str
The name of the application or product.
display_version str
The version of the product or application in string format.
publisher str
The name of the manufacturer for the product or application.
install_date google.type.date_pb2.Date
The last time this product received service. The value of this property is replaced each time a patch is applied or removed from the product or the command-line option is used to repair the product.
help_link str
The internet address for technical support.

Inheritance

builtins.object > proto.message.Message > WindowsApplication