Hello,
this doesn't allow me to obtain the status.
The idea is, for example, I want to install Microsoft Visual C++ 2015-2022, but since Windows is such a great tool, the MSI installation requires uninstalling the old one, but the installation file has since been deleted.
The installer therefore crashes. It's impossible to uninstall, same problem, so I have to clear the registry to make Windows forget the presence of this installation and thus perform a new one.
This type of situation occurs very often with many products.
By creating a mediation package, I list all the current errors and launch a remediation. In this example, clearing the registry allows for a successful installation.
Currently, we have this in the console, and we do it manually. But with 10,000 workstations to manage, 450 of which have errors, it quickly becomes unsustainable.
We have everything, from KeePassXC, Seafile, Jabra, etc.
Some errors are due to our previous solution and don't appear on machines installed with WAPT.
In short, the idea is to manage everything as automatically as possible without constantly monitoring the machines.
Keep in mind that a fixed machine doesn't mean the problem won't reappear with the next update. It largely depends on the installers (often very well coded!

).