Skip to main content

Windows Installer Properties

Purpose

This solution is designed to display a specific set of information about the applications installed on a machine. It aims to help users quickly and easily identify what software is installed on their computer. The displayed information includes the name of the application, the version number, and the date the application was installed. This information is presented in a clear and easy-to-read format, making it simple for users to identify the software installed on their machine.

The "CWM - Automate - Script - Windows Installer Properties [DV]" script is a tool that gathers a set of properties for the applications installed on a machine. The gathered information includes properties such as the product name, version, installation date, and more. The script is designed to collect information only for the applications listed in the software table.

The gathered information is stored in a custom SQL table named "pvl_win_installer_properties." Users can review the gathered information in the "Windows Installer Properties [Script]" dataview, which presents the information in a tabular format.

It is important to note that the information presented in the dataview is directly fetched from the machine. If there is no data available for a particular property, the corresponding cell in the dataview will be blank. This indicates that the data is not present on the machine itself.

Overall, these tools provide a comprehensive solution for managing and monitoring the applications installed on a machine. Users can easily access the gathered information in the "Windows Installer Properties [Script]" dataview, and the data is conveniently stored in the "pvl_win_installer_properties" table for future reference. The inclusion of the note regarding blank cells ensures that users understand the limitations of the data presented and can interpret it correctly.

Associated Content

ContentTypeFunction
CWM - Automate - Script - Windows Installer Properties [DV]ScriptObtains the data from the machine and stores it in a custom table.
CWM - Automate - Custom Table - pvl_win_installer_propertiesCustom TableStores the data gathered by the script.
CWM - Automate - Dataview - Windows Installer Properties [Script]DataviewDisplays the results of the script.

Implementation