29
2013
Check if a Program Is Installed Using PowerShell 3
When I write scripts to automate the deployment of software, I always prefer to check to see if a program is already installed rather than run the install and see if it fails. One way to do this is to use Get-WmiObject to query the WMI_Product table. This is certainly the most direct way but it’s slow [...]


