Application - Install/Update [Winget]
Summary
This monitor is designed to update the application based on the PackageID, Source, and Application Name provided within the monitor. Please duplicate the monitor name and replace <Application> with the actual application name.
Dependencies
Target
Global - Should be run without explicitly defined targets.
This monitor depends on the property named PackageID being created. Therefore, before enabling it, you need to implement the monitor "ProVal - Production - <Application> - Latest Version Detection" with the alert template "△ Custom - Execute Script - Application Latest Version."
FAQ
Does this monitor can perform installation as well?
By default, it only performs the update.
Yes, for the install enable please change the null value to 1 as shown below:

Changelog
2025-04-10
- Initial version of the document
2025-03-25
- The monitor was not capable of detecting computers where installation needed. As per monitor name, it should do both install and update. Updated the monitor to do both by just putting 0 or 1 in the where condition as per the instruction.