I install multiple applications (.msi) on different servers, am looking for a solution to identify the installed path of an application.
In powershell i used get-wmiobject to get the installed date and stuff but there is a installlocation property which returns blank. Is there any way of finding the executable location ? If not powershell any other tech will do.