Is there a simple way to hook into the standard 'Add or Remove Programs' functionality using PowerShell to uninstall an existing application? Or to check if the application is installed?
|
1
|
|
|
|
|
|
Edit: Rob found another way to do it with the Filter parameter:
Your mileage my vary, but I can't get this version to work on my machine. I get this error (with what I think is a valid 'Software Name'): Get-WmiObject : Invalid query |
||||||||||
|
|
|
Jeff Hillmans answer is pretty much it, I would say that it may be better to use IdentifyingNumber rather than the name, just in case. |
||
|
|
|
|
Note that looking at WMI will only work for products that were installed via an MSI. |
||
|
|
|
|
To fix up the second method in Jeff Hillman's post, you could either do a:
Or
|
||
|
|
