Skip to main content

pvl_win_installer_properties

Purpose

The "pvl_win_installer_properties" is an SQL custom table that is used in conjunction with the CWM - Automate - Script - Windows Installer Properties [DV] script and the "Windows Installer Properties [Script]" dataview. The purpose of this table is to store the gathered information about the properties of the Windows Installer applications installed on a machine. It stores the data fetched by the CWM - Automate - Script - Windows Installer Properties [DV] script.

Dependencies

Tables

pvl_win_installer_properties

ColumnTypeExplanation
computeridint(16)Computer ID
Namevarchar(128)Display Name of the Application
Versionvarchar(32)Display Version of the Application
Publishervarchar(128)Application's Publisher
InstallDatevarchar(10)Install Date of the application in numerics
URLInfoAboutvarchar(256)URL of the information related to the application
URLUpdateInfovarchar(256)URL of the information related to the application's updates
InstallSourcevarchar(512)Path to the installer on the local machine
InstallLocationvarchar(512)Path to the installed location of the application on the local machine
ScriptRunTimedatetimeData Collection Time
SerialNumberintAuto-incremental column to be used as primary key